From 42d00f5442d12cefea4231ccc2472f8fc7b5e136 Mon Sep 17 00:00:00 2001 From: zhangweiwu Date: Thu, 7 Jul 2005 03:21:47 +0000 Subject: [PATCH] similiar stylesheet enhancements to preference as I did for admin module, less refereence to $GLOBALS['phpgw_info']['theme']['row_off'] and more reference to logicl style classes. --- admin/templates/default/index.tpl | 4 ++-- preferences/index.php | 2 -- preferences/templates/default/index.tpl | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/admin/templates/default/index.tpl b/admin/templates/default/index.tpl index 66a2e8669a..ba97fe623e 100755 --- a/admin/templates/default/index.tpl +++ b/admin/templates/default/index.tpl @@ -6,14 +6,14 @@ - + [ {app_name} ]   {app_name} - +   {app_name} diff --git a/preferences/index.php b/preferences/index.php index ced3efceb6..ac16d5dd72 100755 --- a/preferences/index.php +++ b/preferences/index.php @@ -82,8 +82,6 @@ { global $pref_tpl; - $pref_tpl->set_var('icon_backcolor',$GLOBALS['phpgw_info']['theme']['row_off']); -// $pref_tpl->set_var('link_backcolor',$GLOBALS['phpgw_info']['theme']['row_off']); $pref_tpl->set_var('a_name',$appname); $pref_tpl->set_var('app_name',$GLOBALS['phpgw_info']['apps'][$appname]['title']); $pref_tpl->set_var('app_icon',$icon); diff --git a/preferences/templates/default/index.tpl b/preferences/templates/default/index.tpl index c9b80a840c..5a77251152 100644 --- a/preferences/templates/default/index.tpl +++ b/preferences/templates/default/index.tpl @@ -11,14 +11,14 @@ - + [ {app_name} ]   {app_name} - +   {app_name}