From e8f1738d1defc5a419419dc17fe2242c63e9c1b3 Mon Sep 17 00:00:00 2001 From: reinerj Date: Tue, 4 May 2004 13:00:00 +0000 Subject: [PATCH] fix from Mike A. Oligny for visual indicatorthat the cell is clickable --- addressbook/inc/class.uiaddressbook.inc.php | 2 ++ addressbook/templates/default/index.tpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/addressbook/inc/class.uiaddressbook.inc.php b/addressbook/inc/class.uiaddressbook.inc.php index 354e4a93ef..d5b0600fb9 100644 --- a/addressbook/inc/class.uiaddressbook.inc.php +++ b/addressbook/inc/class.uiaddressbook.inc.php @@ -265,11 +265,13 @@ ($char == 'all' && !$this->cquery)) { $GLOBALS['phpgw']->template->set_var('charbgcolor','#000000'); + $GLOBALS['phpgw']->template->set_var('charhovbgcolor','#000000'); $GLOBALS['phpgw']->template->set_var('charcolor','#FFFFFF'); } else { $GLOBALS['phpgw']->template->set_var('charbgcolor',$GLOBALS['phpgw_info']['theme']['th_bg']); + $GLOBALS['phpgw']->template->set_var('charhovbgcolor','#e3ecf3'); $GLOBALS['phpgw']->template->set_var('charcolor',$GLOBALS['phpgw_info']['theme']['th_text']); } if($char == 'all') diff --git a/addressbook/templates/default/index.tpl b/addressbook/templates/default/index.tpl index dcb1302e26..10db80c9b8 100644 --- a/addressbook/templates/default/index.tpl +++ b/addressbook/templates/default/index.tpl @@ -74,5 +74,5 @@ function check_all(which) -{char} +{char}