Nicer message

This commit is contained in:
Jamie Cameron
2007-08-13 05:00:57 +00:00
parent 10cd3a276e
commit da8e89234d
2 changed files with 7 additions and 1 deletions

View File

@@ -113,7 +113,12 @@ elsif (@titles || @indexes) {
}
}
else {
print "<b>$text{'dbase_none'}</b> <p>\n";
if ($in{'search'}) {
print "<b>$text{'dbase_none2'}</b> <p>\n";
}
else {
print "<b>$text{'dbase_none'}</b> <p>\n";
}
}
&show_buttons();

View File

@@ -54,6 +54,7 @@ dbase_drop=Drop Database
dbase_exec=Execute SQL
dbase_backup=Backup Database
dbase_none=This database has no tables.
dbase_none2=No tables matched your search.
dbase_fields=Fields:
dbase_return=table list
dbase_ecannot=You are not allowed to edit this database