From c7f685e1df10ec4e2de8239ded3b1bd7b782ac81 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Tue, 18 Nov 2003 10:59:13 +0000 Subject: [PATCH] some new iconscalls and iconsizes in the calendar --- calendar/inc/class.uicalendar.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index b5b3f13027..41796b4903 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -2700,8 +2700,8 @@ { $picture[] = Array( 'pict' => $GLOBALS['phpgw']->common->image('calendar','high'), - 'width' => 8, - 'height'=> 17, + 'width' => 16, + 'height'=> 16, 'title' => lang('high priority') ); } @@ -2709,8 +2709,8 @@ { $picture[] = Array( 'pict' => $GLOBALS['phpgw']->common->image('calendar','circle'), - 'width' => 5, - 'height'=> 7, + 'width' => 9, + 'height'=> 9, 'title' => lang('single event') ); } @@ -3022,7 +3022,7 @@ if ($day_params['new_event']) { $new_event_link = ' ' - . '' + . '' . ''; $day_number = ''.$day.''; }