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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-01 20:03:52 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-01 20:03:52 +0400
commitd632dd99465726406664f7b437000eafef63efa1 (patch)
treec1b686566272a524754ea4fe66a8656ebecbb35e /server_databases.php
parent5af42f374e7f2b4d4784ab4a3daa59d270c2ec95 (diff)
parent7797da8387e892524a7e316dc4e8f4d5ecb5b4e0 (diff)
Merge branch 'master' into DBI_naming_cleanUp
Conflicts: ChangeLog
Diffstat (limited to 'server_databases.php')
-rw-r--r--server_databases.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/server_databases.php b/server_databases.php
index d703fa6e74..14c271f555 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -321,8 +321,9 @@ if ($databases_count > 0) {
$html .= '<img class="selectallarrow" src="'
. $pmaThemeImage . 'arrow_' . $text_dir . '.png"'
. ' width="38" height="22" alt="' . __('With selected:') . '" />' . "\n"
- . '<input type="checkbox" id="checkall" title="' . __('Check All') . '" /> '
- . '<label for="checkall">' . __('Check All') . '</label> '
+ . '<input type="checkbox" id="dbStatsForm_checkall" class="checkall_box" '
+ . 'title="' . __('Check All') . '" /> '
+ . '<label for="dbStatsForm_checkall">' . __('Check All') . '</label> '
. '<i style="margin-left: 2em">' . __('With selected:') . '</i>' . "\n";
$html .= PMA_Util::getButtonOrImage(
'',