mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
add global categories link to infolog-section in admin
This commit is contained in:
parent
9be495246f
commit
b520fa4655
@ -15,6 +15,7 @@
|
||||
$title = $appname;
|
||||
$file = Array(
|
||||
'Site configuration' => $GLOBALS['phpgw']->link('/index.php',array('menuaction' => 'infolog.uiinfolog.admin' )),
|
||||
'Global Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uicategories.index&appname=' . $appname . '&global_cats=True'),
|
||||
'CSV-Import' => $GLOBALS['phpgw']->link('/infolog/csv_import.php')
|
||||
);
|
||||
//Do not modify below this line
|
||||
|
Loading…
Reference in New Issue
Block a user