mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
added edit/edit_id/edit_popup to infolog link registry
This commit is contained in:
parent
74383ecb15
commit
30ae4a3f25
@ -41,6 +41,11 @@ class infolog_hooks
|
|||||||
'add_id' => 'action_id',
|
'add_id' => 'action_id',
|
||||||
'add_popup' => '750x550',
|
'add_popup' => '750x550',
|
||||||
'file_access'=> 'infolog.infolog_bo.file_access',
|
'file_access'=> 'infolog.infolog_bo.file_access',
|
||||||
|
'edit' => array(
|
||||||
|
'menuaction' => 'infolog.infolog_ui.edit',
|
||||||
|
),
|
||||||
|
'edit_id' => 'info_id',
|
||||||
|
'edit_popup' => '750x580',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user