Fixed table footer and alt for replication column

This commit is contained in:
Herman van Rink
2009-09-24 13:10:25 +00:00
parent f92beeae4f
commit 3af3745260
2 changed files with 3 additions and 3 deletions

View File

@@ -264,7 +264,7 @@ if ($databases_count > 0) {
echo '<td class="tool" style="text-align: center;">' . "\n";
if (strlen(array_search($current["SCHEMA_NAME"], ${"server_{$type}_Ignore_DB"}))>0) {
echo '<img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="REPLICATED" />' . "\n";
echo '<img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="NOT REPLICATED" />' . "\n";
} else {
$key = array_search($current["SCHEMA_NAME"], ${"server_{$type}_Do_DB"});