[fix] UX missing proper messages for mysql
This commit is contained in:
parent
94adbb1834
commit
08f5d9b15c
|
@ -41,7 +41,7 @@ if (!$res=$mysql->get_dblist()) {
|
||||||
$res=$mysql->get_defaultsparam($dbname);
|
$res=$mysql->get_defaultsparam($dbname);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h3><?php __("MySQL Databases"); ?></h3>
|
<h3><?php printf(_("MySQL settings for database '%s'"),$dbname); ?></h3>
|
||||||
<hr id="topbar"/>
|
<hr id="topbar"/>
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -35,7 +35,7 @@ $fields = array (
|
||||||
);
|
);
|
||||||
getFields($fields);
|
getFields($fields);
|
||||||
?>
|
?>
|
||||||
<h3><?php printf(_("MySQL Rights for %s"),$id) ?></h3>
|
<h3><?php printf(_("Manage MySQL rights for user '%s'"),$id) ?></h3>
|
||||||
<hr id="topbar"/>
|
<hr id="topbar"/>
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
|
@ -55,8 +55,7 @@ if ($r) {
|
||||||
<input type="hidden" name="id" value="<?php ehe($id); ?>" />
|
<input type="hidden" name="id" value="<?php ehe($id); ?>" />
|
||||||
<table cellspacing="0" cellpadding="4" class="tlist ombrage">
|
<table cellspacing="0" cellpadding="4" class="tlist ombrage">
|
||||||
<tr class="petit">
|
<tr class="petit">
|
||||||
<th> </th>
|
<th colspan="2"><?php __("Database"); ?></th>
|
||||||
<th> </th>
|
|
||||||
<th>SELECT</th>
|
<th>SELECT</th>
|
||||||
<th>INSERT</th>
|
<th>INSERT</th>
|
||||||
<th>UPDATE</th>
|
<th>UPDATE</th>
|
||||||
|
|
Loading…
Reference in New Issue