From b1278421dca7120e91efb0287db7922f0c061aaf Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 19 May 2001 00:28:23 +0000 Subject: [PATCH] In the day view, I changed the background image to a background color. --- calendar/inc/class.calendar.inc.php | 4 ++-- calendar/templates/default/day_cal.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calendar/inc/class.calendar.inc.php b/calendar/inc/class.calendar.inc.php index 2ea6107000..26d301348b 100755 --- a/calendar/inc/class.calendar.inc.php +++ b/calendar/inc/class.calendar.inc.php @@ -1421,9 +1421,9 @@ class calendar extends calendar_ } $var = Array( 'time_width' => $time_width, - 'time_bgcolor' => $phpgw_info['theme']['cal_dayview'], - 'bg_time_image' => $this->phpgwapi_template_dir.'/navbar_filler.jpg', + 'time_bgcolor' => $phpgw_info['theme']['navbar_bg'], 'font_color' => $phpgw_info['theme']['bg_text'], + 'time_border_color' => $phpgw_info['theme']['navbar_text'], 'font' => $phpgw_info['theme']['font'] ); diff --git a/calendar/templates/default/day_cal.tpl b/calendar/templates/default/day_cal.tpl index 4582cd7f85..963985d410 100755 --- a/calendar/templates/default/day_cal.tpl +++ b/calendar/templates/default/day_cal.tpl @@ -15,8 +15,8 @@ .time { width: {time_width}%; - background-image: url('{bg_time_image}'); - background-repeat: repeat; + background-color: {time_bgcolor}; + border-color: {time_border_color}; border-width: 1; color: {font_color}; font-family: {font};