]> git.joonet.de Git - adminer.git/commitdiff
Title for last page link
authorJakub Vrana <jakub@vrana.cz>
Sun, 19 Sep 2010 05:01:06 +0000 (10:31 +0530)
committerJakub Vrana <jakub@vrana.cz>
Sun, 19 Sep 2010 05:01:06 +0000 (10:31 +0530)
adminer/include/adminer.inc.php
editor/include/adminer.inc.php

index 4c2f327adb00aa09ad9fef34585f15572f87d9b4..8f6725e9bc197a14dbbdfa78c8f7c5ab8e7d9f1a 100644 (file)
@@ -123,7 +123,7 @@ document.getElementById('username').focus();
        */
        function selectQuery($query) {
                global $jush;
-               return "<p><a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('last') . "'>&gt;&gt;</a> <code class='jush-$jush'>" . h(str_replace("\n", " ", $query)) . "</code> <a href='" . h(ME) . "sql=" . urlencode($query) . "'>" . lang('Edit') . "</a>\n";
+               return "<p><a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Page') . ": " . lang('last') . "'>&gt;&gt;</a> <code class='jush-$jush'>" . h(str_replace("\n", " ", $query)) . "</code> <a href='" . h(ME) . "sql=" . urlencode($query) . "'>" . lang('Edit') . "</a>\n";
        }
        
        /** Description of a row in a table
index 424641bd87118f934b22a416f955a066fe9d7bbc..ee0032a7950bd5f09e137d88a7e7c2a1346c5b27 100644 (file)
@@ -57,7 +57,7 @@ document.getElementById('username').focus();
                if (isset($set)) {
                        echo '<p class="tabs"><a href="' . h(ME . 'edit=' . urlencode($TABLE) . $set) . '">' . lang('New item') . "</a>\n";
                }
-               echo "<a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('last') . "'>&gt;&gt;</a>\n";
+               echo "<a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Page') . ": " . lang('last') . "'>&gt;&gt;</a>\n";
        }
        
        function backwardKeys($table, $tableName) {