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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user