1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Link last page above data in select

This commit is contained in:
Jakub Vrana
2010-06-10 16:02:51 +02:00
parent 9ef397aee1
commit f7069c7e5d
3 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +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";
}
function backwardKeys($table, $tableName) {