Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmmar Yasir <ammaryasir.88@gmail.com>2011-08-11 22:40:17 +0400
committerAmmar Yasir <ammaryasir.88@gmail.com>2011-08-11 22:40:17 +0400
commit57af6f950289ce2283ebe0d4d56b68119b75322b (patch)
tree8fec6436f759de2fefc6422611d319917e20222c /db_structure.php
parent33ad955596696415c0cfe0422a067f64f95d1d15 (diff)
parentd585bba92e7daf234b71f022a2382b4f72a3ae7b (diff)
Merge remote branch 'phpmyadmin/master'
Conflicts: js/tbl_select.js
Diffstat (limited to 'db_structure.php')
-rw-r--r--db_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.php b/db_structure.php
index 5590e2d9d3..9c2e045755 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -490,7 +490,7 @@ $checkall_url = 'db_structure.php?' . PMA_generate_common_url($db);
<?php echo __('Check tables having overhead'); ?></a>
<?php } ?>
-<select name="submit_mult" onchange="this.form.submit();" style="margin: 0 3em 0 3em;">
+<select name="submit_mult" class="autosubmit" style="margin: 0 3em 0 3em;">
<?php
echo ' <option value="' . __('With selected:') . '" selected="selected">'
. __('With selected:') . '</option>' . "\n";