mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
made adding categories working again
This commit is contained in:
parent
e4c10ecf31
commit
fb8e5b9f8a
@ -317,7 +317,7 @@
|
|||||||
$this->template->set_block('form','delete','deletehandle');
|
$this->template->set_block('form','delete','deletehandle');
|
||||||
|
|
||||||
$link_data['menuaction'] = 'admin.uicategories.add';
|
$link_data['menuaction'] = 'admin.uicategories.add';
|
||||||
$this->template->set_var('actionurl',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
$this->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
||||||
|
|
||||||
$this->template->set_var('category_list',$this->bo->cats->formatted_list(array('selected' => $cat_parent)));
|
$this->template->set_var('category_list',$this->bo->cats->formatted_list(array('selected' => $cat_parent)));
|
||||||
$this->template->set_var('cat_name',$cat_name);
|
$this->template->set_var('cat_name',$cat_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user