Skip to content

Commit

Permalink
Shift+click selection for db tracking page
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed May 12, 2015
1 parent cf981cf commit fc5d068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_tracking.php
Expand Up @@ -162,7 +162,7 @@
$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;?>"
Expand Down Expand Up @@ -303,7 +303,7 @@ class="checkall" id="<?php echo $checkbox_id;?>"
$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;?>"
Expand Down

0 comments on commit fc5d068

Please sign in to comment.