usability fixes:

* remove the redundant "MySQL" in "MySQL users"
 * move that "Users" menu lower down to make it obvious "MySQL" is all about "Databases"
This commit is contained in:
Antoine Beaupré 2008-04-27 03:42:56 +00:00
parent f06159603b
commit 73a1b432f8
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@ $r=$quota->getquota("mysql");
if ($r["t"]) {
?>
<dt id="mysql">MySQL</dt>
<dd><a href="sql_users_list.php"><?php __("MySQL Users") ?></a></dd>
<dd><a href="sql_list.php"><?php __("Databases"); ?></a></dd>
<dd><a href="sql_users_list.php"><?php __("Users") ?></a></dd>
<dd><a target="_blank" href="sql_admin.php"><?php __("SQL Admin"); ?></a></dd>
<?php
}