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:
parent
93c9152aab
commit
5611cae418
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue