- function menuaction($action =3D 'get_list',$app=3D'infolog')
- {
- return array( 'menuaction' =3D> "$app.ui$app.$action" );
- }
-
function icon($cat,$id,$status=3D'')
{
if (!$status || !($icon =3D $this->icons[$cat][$id.'_'.$status]))
@@ -1292,7 +1287,7 @@
'lang_responsible_edit' =3D> lang('Which additional fields should the r=
esponsible be allowed to edit without having edit rights?<br />Status, perc=
ent and date completed are always allowed.'),
'responsible_edit' =3D> html::checkbox_multiselect('responsible_edit',$=
this->bo->responsible_edit,$fields,false,'',11),
'text' =3D> lang('<b>file-attachments via symlinks</b> instead of uploa=
ds and retrieval via file:/path for direct lan-clients'),
- 'action_url' =3D> html::link('/index.php',$this->menuaction('admin')),
+ 'action_url' =3D> html::link('/index.php',array('menuaction'=3D>'infol=
og.infolog_ui.admin')),
'save_button' =3D> html::submit_button('save','Save'),
'apply_button' =3D> html::submit_button('apply','Apply'),
'cancel_button' =3D> html::submit_button('cancel','Cancel'),