]> git.joonet.de Git - adminer.git/commitdiff
Suggest that Import is available in SQL command
authorJakub Vrana <jakub@vrana.cz>
Tue, 11 Jun 2013 09:03:17 +0000 (11:03 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 11 Jun 2013 09:03:17 +0000 (11:03 +0200)
adminer/include/adminer.inc.php

index f170abacd2b7e22e684d7f796f0caeb0d92dd5e2..266d7d08696f9b6fc94cfae4a38818133dbe2813 100644 (file)
@@ -767,7 +767,7 @@ username.form['auth[driver]'].onchange();
 <p class="logout">
 <?php
                        if (DB == "" || !$missing) {
-                               echo "<a href='" . h(ME) . "sql='" . bold(isset($_GET["sql"])) . ">" . lang('SQL command') . "</a>\n";
+                               echo "<a href='" . h(ME) . "sql='" . bold(isset($_GET["sql"])) . " title='" . lang('Import') . "'>" . lang('SQL command') . "</a>\n";
                                if (support("dump")) {
                                        echo "<a href='" . h(ME) . "dump=" . urlencode(isset($_GET["table"]) ? $_GET["table"] : $_GET["select"]) . "' id='dump'" . bold(isset($_GET["dump"])) . ">" . lang('Dump') . "</a>\n";
                                }