Customisations to KH
This commit is contained in:
8
modules/lnApp/views/table/select_body.php
Normal file
8
modules/lnApp/views/table/select_body.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<tr>
|
||||
<td><?php echo Form::checkbox('id[]',$td['id']['value']); ?></td>
|
||||
<?php foreach ($td as $col => $details) { ?>
|
||||
<td>
|
||||
<?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