[fix] UX missing proper messages for mysql

This commit is contained in:
Benjamin Sonntag 2017-10-07 18:20:18 +02:00
parent 94adbb1834
commit 08f5d9b15c
2 changed files with 3 additions and 4 deletions

View File

@ -41,7 +41,7 @@ if (!$res=$mysql->get_dblist()) {
$res=$mysql->get_defaultsparam($dbname);
?>
<h3><?php __("MySQL Databases"); ?></h3>
<h3><?php printf(_("MySQL settings for database '%s'"),$dbname); ?></h3>
<hr id="topbar"/>
<br />
<?php

View File

@ -35,7 +35,7 @@ $fields = array (
);
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"/>
<br />
<?php
@ -55,8 +55,7 @@ if ($r) {
<input type="hidden" name="id" value="<?php ehe($id); ?>" />
<table cellspacing="0" cellpadding="4" class="tlist ombrage">
<tr class="petit">
<th>&nbsp;</th>
<th>&nbsp;</th>
<th colspan="2"><?php __("Database"); ?></th>
<th>SELECT</th>
<th>INSERT</th>
<th>UPDATE</th>