Recatagorised files
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* This class is for rendering a table of data.
|
||||
*
|
||||
* @package lnApp
|
||||
* @category lnApp/Helpers
|
||||
* @category Helpers
|
||||
* @author Deon George
|
||||
* @copyright (c) 2009-2013 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
@@ -65,7 +65,7 @@ abstract class lnApp_Table {
|
||||
else
|
||||
$x = $d->display($key);
|
||||
|
||||
if (isset($this->prepend[$key])) {
|
||||
if (isset($this->prepend[$key]) AND $x) {
|
||||
foreach ($this->prepend[$key] as $act => $data) {
|
||||
switch ($act) {
|
||||
case 'checkbox': $x = sprintf('<label class="checkbox">%s %s</label>',Form::checkbox($data,$x,FALSE,array('nocg'=>TRUE)),$x); // @todo Check those not yet checked
|
||||
|
Reference in New Issue
Block a user