"need to also empty $name, to fully supress buttons in a box"

This commit is contained in:
Ralf Becker 2009-10-13 12:09:54 +00:00
parent ff91aa6223
commit b97b485700

View File

@ -989,7 +989,7 @@ class etemplate extends boetemplate
return ''; // if only one row omit cell
}
$cell = $this->empty_cell('label','',array('span' => $cell['span'])); // show nothing (keep the css class!)
$value = '';
$name = $value = '';
}
$extra_label = True;