mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
"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
|
return ''; // if only one row omit cell
|
||||||
}
|
}
|
||||||
$cell = $this->empty_cell('label','',array('span' => $cell['span'])); // show nothing (keep the css class!)
|
$cell = $this->empty_cell('label','',array('span' => $cell['span'])); // show nothing (keep the css class!)
|
||||||
$value = '';
|
$name = $value = '';
|
||||||
}
|
}
|
||||||
$extra_label = True;
|
$extra_label = True;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user