correction du commit precedent

This commit is contained in:
Benjamin Sonntag 2006-05-25 13:36:17 +00:00
parent 7ee023d7db
commit dec205e670
3 changed files with 8 additions and 6 deletions

View File

@ -51,6 +51,8 @@ $c=$admin->dom_list();
<?php __("Here is the list of the domains installed on this server. You can remove a domain if it does not exist or does not point to our server anymore. You can also set the 'Lock' flag on a domain so that the user will not be able to change any DNS parameter or delete this domain from his account."); ?>
</p>
<p><a href="<?php echo $_SERVER["SCRIPT_NAME"]; ?>"><?php __("Update this page"); ?></a></p>
<form method="post" action="adm_dodom.php">
<table border="0" cellpadding="4" cellspacing="0">
<tr><th><?php __("Action"); ?></th><th><?php __("Domain"); ?></th><th><?php __("Member"); ?></th><th>Lock</th></tr>

View File

@ -51,15 +51,13 @@ include("head.php");
?>
<p>
<?php __("Here is the list of hosted members"); ?>
&nbsp;
<?php if($_REQUEST['show'] != 'all') {
echo '<a href="adm_list.php?show=all">' . _('List all the accounts') . '</a>';
echo '<br /><a href="adm_list.php?show=all">' . _('List all the accounts') . '</a>';
} else {
echo '<a href="adm_list.php">' . _('List only my accounts') . '</a>';
echo '<br /><a href="adm_list.php">' . _('List only my accounts') . '</a>';
} ?>
</p>
<p>
<a href="adm_add.php"><?php __("Create a new member"); ?></a>
<br /><a href="adm_add.php"><?php __("Create a new member"); ?></a>
<br /><a href="<?php echo $_SERVER["SCRIPT_NAME"]; ?>"><?php __("Update this page"); ?></a>
</p>
<?php
if (!is_array($r)) {

View File

@ -35,6 +35,8 @@ include("head.php");
<body>
<h3><?php __("Quotas"); ?></h3>
<p><a href="<?php echo $_SERVER["SCRIPT_NAME"]; ?>"><?php __("Update this page"); ?></a></p>
<?php
$quota_utilise = array();