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:
parent
f06159603b
commit
73a1b432f8
|
@ -31,8 +31,8 @@ $r=$quota->getquota("mysql");
|
||||||
if ($r["t"]) {
|
if ($r["t"]) {
|
||||||
?>
|
?>
|
||||||
<dt id="mysql">MySQL</dt>
|
<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_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>
|
<dd><a target="_blank" href="sql_admin.php"><?php __("SQL Admin"); ?></a></dd>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue