Small interface fixes.

This commit is contained in:
Alexander M. Turek
2003-05-30 21:11:47 +00:00
parent 02f7e3df0f
commit fea567c934
2 changed files with 4 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ $Source$
config_import.lib.php3; config_import.lib.php3;
- Corrected config file revison; - Corrected config file revison;
- XHTML fixes. - XHTML fixes.
* server_databases.php3: Small interface fixes.
2003-05-29 Michal Cihar <nijel@users.sourceforge.net> 2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated. * lang/czech: Updated.

View File

@@ -330,8 +330,9 @@ if (count($statistics) > 0) {
. ' ' . $strDatabasesStatsEnable . "\n" . ' ' . $strDatabasesStatsEnable . "\n"
. ' </a>' . "\n" . ' </a>' . "\n"
. ' </b>' . "\n" . ' </b>' . "\n"
. ' </li><br /><br />' . "\n" . ' <br />' . "\n"
. $strDatabasesStatsHeavyTraffic . "\n"; . ' ' . $strDatabasesStatsHeavyTraffic . "\n"
. ' </li><br /><br />' . "\n";
} else if ($is_superuser && !empty($dbstats)) { } else if ($is_superuser && !empty($dbstats)) {
echo ' <li>' . "\n" echo ' <li>' . "\n"
. ' <b>' . "\n" . ' <b>' . "\n"