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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-08-13 00:02:40 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-08-13 00:02:40 +0400
commita7c0c55c7fa9c0ee45cef59245e2572f3c2f1be1 (patch)
tree5796d8d201939016ef01bacc626f517e10f56795 /db_structure.php
parent64926ead73dadd10b323712304d72fa86c6a3982 (diff)
parent9147f30dc6b00dc63c998f1d2d3972d1a47e6c57 (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts: js/server_status.js libraries/common.lib.php tbl_printview.php tbl_select.php tbl_structure.php
Diffstat (limited to 'db_structure.php')
-rw-r--r--db_structure.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_structure.php b/db_structure.php
index 160e9da8df..d733222555 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -61,6 +61,7 @@ require_once './libraries/db_structure.lib.php';
$titles = PMA_buildActionTitles();
// 1. No tables
+
if ($num_tables == 0) {
echo '<p>' . __('No tables found in database') . '</p>' . "\n";
@@ -498,7 +499,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";