1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 12:00:41 +02:00

Unify Create table label

This commit is contained in:
Jakub Vrana
2013-08-02 13:20:04 -07:00
parent 58bbea56cd
commit 376384d98d
30 changed files with 1 additions and 30 deletions

View File

@@ -775,7 +775,7 @@ username.form['auth[driver]'].onchange();
}
}
if ($_GET["ns"] !== "" && !$missing && DB != "") {
echo '<a href="' . h(ME) . 'create="' . bold($_GET["create"] === "") . ">" . lang('Create new table') . "</a>\n";
echo '<a href="' . h(ME) . 'create="' . bold($_GET["create"] === "") . ">" . lang('Create table') . "</a>\n";
$tables = table_status('', true);
if (!$tables) {
echo "<p class='message'>" . lang('No tables.') . "\n";