1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +02:00

Semi-transparent border on table actions

This commit is contained in:
Jakub Vrana
2018-02-09 15:14:10 +01:00
parent 3906231dc5
commit ea4ac5c8f3
5 changed files with 9 additions and 7 deletions

View File

@@ -56,12 +56,12 @@ function connect_error() {
echo "</table>\n";
echo (support("database")
? "<div class='footer'>\n"
? "<div class='footer'><div>\n"
. "<fieldset><legend>" . lang('Selected') . " <span id='selected'></span></legend><div>\n"
. "<input type='hidden' name='all' value=''>" . script("qsl('input').onclick = function () { selectCount('selected', formChecked(this, /^db/)); };") // used by trCheck()
. "<input type='submit' name='drop' value='" . lang('Drop') . "'>" . confirm() . "\n"
. "</div></fieldset>\n"
. "</div>\n"
. "</div></div>\n"
: ""
);
echo "<input type='hidden' name='token' value='$token'>\n";