* Switch to nextmatch and edit dialog for customfield list

This commit is contained in:
Nathan Gray
2014-10-22 19:55:27 +00:00
parent bc864c4103
commit 2f53633dca
7 changed files with 407 additions and 182 deletions

View File

@ -116,7 +116,7 @@ class timesheet_hooks
{
$file = Array(
'Site Configuration' => egw::link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname),
'Custom fields' => egw::link('/index.php','menuaction=admin.customfields.edit&appname='.$appname.'&use_private=1'),
'Custom fields' => egw::link('/index.php','menuaction=admin.customfields.index&appname='.$appname.'&use_private=1'),
'Global Categories' => egw::link('/index.php',array(
'menuaction' => 'admin.admin_categories.index',
'appname' => $appname,