From 98a1d706ae4f9542cb8e304111521297476deff3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 7 Oct 2008 13:00:03 +0000 Subject: [PATCH] "an other uiinfolog" --- infolog/inc/class.infolog_ui.inc.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index 5420a0427f..411c1c007b 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -1188,11 +1188,6 @@ class infolog_ui ),$no_popup ? 0 : 2); } - function menuaction($action = 'get_list',$app='infolog') - { - return array( 'menuaction' => "$app.ui$app.$action" ); - } - function icon($cat,$id,$status='') { if (!$status || !($icon = $this->icons[$cat][$id.'_'.$status])) @@ -1292,7 +1287,7 @@ class infolog_ui 'lang_responsible_edit' => lang('Which additional fields should the responsible be allowed to edit without having edit rights?
Status, percent and date completed are always allowed.'), 'responsible_edit' => html::checkbox_multiselect('responsible_edit',$this->bo->responsible_edit,$fields,false,'',11), 'text' => lang('file-attachments via symlinks instead of uploads and retrieval via file:/path for direct lan-clients'), - 'action_url' => html::link('/index.php',$this->menuaction('admin')), + 'action_url' => html::link('/index.php',array('menuaction'=>'infolog.infolog_ui.admin')), 'save_button' => html::submit_button('save','Save'), 'apply_button' => html::submit_button('apply','Apply'), 'cancel_button' => html::submit_button('cancel','Cancel'),