In the day view, I changed the background image to a background color.

This commit is contained in:
skeeter 2001-05-19 00:28:23 +00:00
parent d0b68ab609
commit b1278421dc
2 changed files with 4 additions and 4 deletions

View File

@ -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']
);

View File

@ -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};