mirror of
https://github.com/vrana/adminer.git
synced 2026-07-05 06:29:53 +02:00
Use AJAX in select
This commit is contained in:
@@ -58,6 +58,7 @@ document.getElementById('username').focus();
|
||||
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")) . "&page=last' title='" . lang('Page') . ": " . lang('last') . "'>>></a>\n";
|
||||
echo "<a href='" . h($_SERVER["REQUEST_URI"]) . "'>#</a>\n";
|
||||
}
|
||||
|
||||
function backwardKeys($table, $tableName) {
|
||||
|
||||
Reference in New Issue
Block a user