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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-05-12 09:24:03 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-12 09:24:03 +0300
commitfc5d0688b3bb3708c05eab6e69fe33fb1a7e3e12 (patch)
tree66d07fd23e52999a8fbbcc377cedf2d3a67a9704 /db_tracking.php
parentcf981cf3d0924beefa1d558ee760b57a402d2b04 (diff)
Shift+click selection for db tracking page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_tracking.php b/db_tracking.php
index 258726a068..ff7b861dfa 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -162,7 +162,7 @@ if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) {
$checkbox_id = "selected_tbl_"
. htmlspecialchars($version_data['table_name']);
?>
- <tr class="noclick <?php echo $style;?>">
+ <tr class="<?php echo $style;?>">
<td class="center">
<input type="checkbox" name="selected_tbl[]"
class="checkall" id="<?php echo $checkbox_id;?>"
@@ -303,7 +303,7 @@ if (count($my_tables) > 0) {
$my_link .= PMA_Util::getIcon('eye.png', __('Track table'));
$my_link .= '</a>';
?>
- <tr class="noclick <?php echo $style;?>">
+ <tr class="<?php echo $style;?>">
<td class="center">
<input type="checkbox" name="selected_tbl[]"
class="checkall" id="<?php echo $checkbox_id;?>"