]> git.joonet.de Git - adminer.git/commitdiff
Titles of links
authorJakub Vrana <jakub@vrana.cz>
Wed, 10 Aug 2011 16:33:50 +0000 (18:33 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 10 Aug 2011 16:33:50 +0000 (18:33 +0200)
adminer/include/connect.inc.php
changes.txt

index e495834a271977fc16111193e59ccfc6927e7daa..1f354e142944537bd273ffec4274253893bb9dad 100644 (file)
@@ -37,8 +37,8 @@ function connect_error() {
                                $root = h(ME) . "db=" . urlencode($db);
                                echo "<tr" . odd() . "><td>" . checkbox("db[]", $db, in_array($db, (array) $_POST["db"]));
                                echo "<th><a href='$root'>" . h($db) . "</a>";
-                               echo "<td><a href='$root" . ($scheme ? "&amp;ns=" : "") . "&amp;database='>" . nbsp(db_collation($db, $collations)) . "</a>";
-                               echo "<td align='right'><a href='$root&amp;schema=' id='tables-" . h($db) . "'>?</a>";
+                               echo "<td><a href='$root" . ($scheme ? "&amp;ns=" : "") . "&amp;database=' title='" . lang('Alter database') . "'>" . nbsp(db_collation($db, $collations)) . "</a>";
+                               echo "<td align='right'><a href='$root&amp;schema=' id='tables-" . h($db) . "' title='" . lang('Database schema') . "'>?</a>";
                                echo "\n";
                        }
                        echo "</table>\n";
index 5b37ad3fd860ebbca595b416085baedfd93c023d..5e58906ab6de593ee9be5bf13c098da5d00bbb96 100644 (file)
@@ -1,5 +1,5 @@
 Adminer 3.3.3-dev:
-Titles of links in database overview
+Titles of links in database overview and navigation
 Fix trigger export (SQLite)
 Default trigger statement (SQLite, PostgreSQL)
 Remove search by expression (PostgreSQL, MS SQL)