add css class table tracking BT#10092 #TMI

1.10.x
aragonc 10 years ago
parent 2e2941e96b
commit cbf2b6d044
  1. 2
      main/inc/lib/tracking.lib.php

@ -163,7 +163,7 @@ class Tracking
$actionColumn = ' <th>' . get_lang('Actions') . '</th>'; $actionColumn = ' <th>' . get_lang('Actions') . '</th>';
} }
$output .= '<div class="table-responsive">'; $output .= '<div class="table-responsive">';
$output .= '<table class="table"> $output .= '<table class="table tracking">
<tr class="table-header"> <tr class="table-header">
<th width="16">' . $extend_all_link . '</th> <th width="16">' . $extend_all_link . '</th>
<th colspan="4"> <th colspan="4">

Loading…
Cancel
Save