mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix typeOptions to get appname in the right place
This commit is contained in:
parent
a1f6f70330
commit
f8fbafd086
@ -538,7 +538,7 @@ class admin_categories
|
|||||||
if($tmpl instanceof etemplate_widget_template)
|
if($tmpl instanceof etemplate_widget_template)
|
||||||
{
|
{
|
||||||
// Send categories for row colors
|
// Send categories for row colors
|
||||||
$sel_options['cat_id'] = etemplate_widget_menupopup::typeOptions('select-cat', '1,,'.$appname);
|
$sel_options['cat_id'] = etemplate_widget_menupopup::typeOptions('select-cat', ',,,'.$appname.',0');
|
||||||
}
|
}
|
||||||
|
|
||||||
$tmpl->exec($this->list_link,$content,$sel_options,$readonlys,array(
|
$tmpl->exec($this->list_link,$content,$sel_options,$readonlys,array(
|
||||||
|
Loading…
Reference in New Issue
Block a user