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">
|
||||
<?php foreach ($td as $col => $details) { ?>
|
||||
<td class="<?php echo $details['class']; ?>">
|
||||
<?php echo $details['url'] ? sprintf(HTML::anchor($details['url'].$details['value'],$details['value'])) : $details['value']; ?>
|
||||
|
Reference in New Issue
Block a user