mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Cancel link for multi-edit
This commit is contained in:
@@ -106,5 +106,8 @@ if ($fields) {
|
||||
if ($update) {
|
||||
echo "<input type='submit' name='delete' value='" . lang('Delete') . "' onclick=\"return confirm('" . lang('Are you sure?') . "')" . (isset($_GET["select"]) ? " && !ajaxForm(this.form, 'delete=1')" : "") . ";\">\n";
|
||||
}
|
||||
if (isset($_GET["select"])) {
|
||||
echo "<a href='" . h($_SERVER["REQUEST_URI"]) . "' onclick='return !ajax(this.href);'>" . lang('Cancel') . "</a>\n";
|
||||
}
|
||||
?>
|
||||
</form>
|
||||
|
@@ -290,4 +290,6 @@ $translations = array(
|
||||
|
||||
// function translation used in Editor
|
||||
'now' => 'teď',
|
||||
|
||||
'Cancel' => 'Storno',
|
||||
);
|
||||
|
Reference in New Issue
Block a user