mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
Remove number of selected rows from confirmation
This commit is contained in:
@@ -47,7 +47,7 @@ function connect_error() {
|
||||
echo (support("database")
|
||||
? "<fieldset><legend>" . lang('Selected') . " <span id='selected'></span></legend><div>\n"
|
||||
. "<input type='hidden' name='all' value='' onclick=\"selectCount('selected', formChecked(this, /^db/));\">\n" // used by trCheck()
|
||||
. "<input type='submit' name='drop' value='" . lang('Drop') . "'" . confirm("formChecked(this, /db/)") . ">\n"
|
||||
. "<input type='submit' name='drop' value='" . lang('Drop') . "'" . confirm() . ">\n"
|
||||
. "</div></fieldset>\n"
|
||||
: ""
|
||||
);
|
||||
|
Reference in New Issue
Block a user