From 7abcabed195eafe55c9973644cffc72c38b74c9c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 14 May 2004 07:00:18 +0000 Subject: Added recurring graphic. --- functions/template.php | 4 +++- images/recurring.gif | Bin 0 -> 59 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 images/recurring.gif diff --git a/functions/template.php b/functions/template.php index 0d16fc4..4c2ebb5 100644 --- a/functions/template.php +++ b/functions/template.php @@ -457,13 +457,15 @@ class Page { $event_start = date ($timeFormat, $event_start); $event_end = date ($timeFormat, $event_end); $event_calno = $this_time_arr[($event_length[$i]['key'])]['calnumber']; + $event_recur = $this_time_arr[($event_length[$i]['key'])]['recur']; $event_status = strtolower($this_time_arr[($event_length[$i]['key'])]['status']); if ($event_calno < 1) $event_calno = 1; if ($event_calno > 7) $event_calno = 7; if ($event_status != '') { $confirmed = ' '; + } elseif (is_array($event_recur)) { + $confirmed = ' '; } - $colspan_width = round((460 / $nbrGridCols) * $drawWidth); $daydisplay .= ''."\n"; diff --git a/images/recurring.gif b/images/recurring.gif new file mode 100644 index 0000000..274b4ca Binary files /dev/null and b/images/recurring.gif differ -- cgit v1.2.3