Reworte db_stats.php3 to be conform with the new server_ pages.

This commit is contained in:
Alexander M. Turek
2003-02-08 15:53:28 +00:00
parent c1900897b5
commit 9a7f362546
95 changed files with 847 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ if (!empty($message)) {
<tr>
<td width="8">&nbsp;</td>
<?php
echo PMA_printTab($strHome, 'main.php3', $url_query);
echo PMA_printTab($strDatabases, 'server_databases.php3', $url_query);
if ($cfg['ShowMysqlInfo']) {
echo PMA_printTab($strStatus, 'server_status.php3', $url_query);
}
@@ -56,4 +56,4 @@ echo PMA_printTab($strServerTabProcesslist, 'server_processlist.php3', $url_quer
?>
</tr>
</table>
<br />
<br />