forked from extern/egroupware
"need to also empty $name, to fully supress buttons in a box"
This commit is contained in:
parent
ff91aa6223
commit
b97b485700
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user