Updated Table to use new css layout
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<tr class="<?php echo $trc; ?>">
|
||||
<tr class="list-data">
|
||||
<td><?php echo Form::checkbox('id[]',$td['id']['value']); ?></td>
|
||||
<?php foreach ($td as $col => $details) { ?>
|
||||
<td class="<?php echo $details['class']; ?>">
|
||||
|
Reference in New Issue
Block a user