added edit/edit_id/edit_popup to infolog link registry

This commit is contained in:
Ralf Becker 2010-01-20 23:26:05 +00:00
parent 74383ecb15
commit 30ae4a3f25

View File

@ -41,6 +41,11 @@ class infolog_hooks
'add_id' => 'action_id',
'add_popup' => '750x550',
'file_access'=> 'infolog.infolog_bo.file_access',
'edit' => array(
'menuaction' => 'infolog.infolog_ui.edit',
),
'edit_id' => 'info_id',
'edit_popup' => '750x580',
);
}