forked from extern/egroupware
Fix Infolog ->left menu "Add" link
This commit is contained in:
parent
e210d32b02
commit
14e3c184e6
@ -98,7 +98,7 @@ class infolog_hooks
|
||||
$file = array(
|
||||
'infolog list' => egw::link('/index.php',array(
|
||||
'menuaction' => 'infolog.infolog_ui.index' )),
|
||||
'Add' => "javascript:app.infolog.add_from_hook()",
|
||||
'Add' => "javascript:app.infolog.add_link_sidemenu()",
|
||||
);
|
||||
display_sidebox($appname,$GLOBALS['egw_info']['apps']['infolog']['title'].' '.lang('Menu'),$file);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user