From bf639103fca8023097ca32a57d1e6ae9eed21d9f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 12 Jul 2007 05:45:02 +0000 Subject: [PATCH] "removed not longer used bg_color" --- preferences/inc/class.uiaclprefs.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/preferences/inc/class.uiaclprefs.inc.php b/preferences/inc/class.uiaclprefs.inc.php index 72c92c7d86..f57dcbc34a 100644 --- a/preferences/inc/class.uiaclprefs.inc.php +++ b/preferences/inc/class.uiaclprefs.inc.php @@ -187,7 +187,6 @@ 'errors' => '', 'title' => '
', 'action_url' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app=' . $acl_app), - 'bg_color' => $GLOBALS['egw_info']['theme']['th_bg'], 'lang_save' => lang('Save'), 'lang_apply' => lang('Apply'), 'lang_cancel' => lang('Cancel'), @@ -316,7 +315,6 @@ { //echo "

display_row(,$label,$id,$name,$no_privat_grants,".print_r($memberships,true).")

\n"; $this->template->set_var('row_class',$tr_class); - $this->template->set_var('row_color',$GLOBALS['egw_info']['theme'][$tr_class]); $this->template->set_var('user',$name); $rights = $this->acl->get_rights($id,$GLOBALS['egw_info']['flags']['currentapp']); $is_group = $GLOBALS['egw']->accounts->get_type($id) == 'g';