Added User email viewing
Improved Table::
This commit is contained in:
7
application/views/table/list_body.php
Normal file
7
application/views/table/list_body.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<tr class="<?php echo $trc; ?>">
|
||||
<?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']; ?>
|
||||
</td>
|
||||
<?php } ?>
|
||||
</tr>
|
Reference in New Issue
Block a user