Recatagorised files

This commit is contained in:
Deon George
2013-10-09 10:24:11 +11:00
parent 9e191ab0be
commit 696ee7a9e2
19 changed files with 22 additions and 23 deletions

View File

@@ -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