rename a few options in the main admin menu:

* the menu is now named "Administration" (instead of "Reseller")
 * "Admin Control Panel" is now renamed "AlternC configuration"
This commit is contained in:
Antoine Beaupré 2008-04-27 03:35:05 +00:00
parent 93c9152aab
commit 5611cae418
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
/* ############################# */
if ($mem->checkRight()) { ?>
<dt id="reseller"><?php __("Reseller"); ?></dt>
<dt id="reseller"><?php __("Administration"); ?></dt>
<dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd>
<dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd>
<dd><a href="adm_panel.php"><?php __("AlternC configuration"); ?></a></dd>
<dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd>
<?php }