From 361f356097d783e69ebfa29da9ce2ea48edf775b Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 29 Dec 2008 03:30:36 +0000 Subject: tweak bump rc version --- default_config.php | 2 +- functions/template.php | 2 +- templates/red/default.css | 6 +++--- templates/red/event.tpl | 7 +++++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/default_config.php b/default_config.php index 0c80659..397443c 100644 --- a/default_config.php +++ b/default_config.php @@ -2,7 +2,7 @@ class Configs{ private static $instance; private function __construct(){ - $this->phpicalendar_version = '2.3rc1.6'; + $this->phpicalendar_version = '2.3rc1.7'; // Configuration file for PHP iCalendar 2.25rc1 // // To set values, change the text between the single quotes diff --git a/functions/template.php b/functions/template.php index c220da9..62bd9e4 100644 --- a/functions/template.php +++ b/functions/template.php @@ -313,7 +313,7 @@ class Page { } $event_calno = $allday['calnumber']; $event_calno = (($event_calno - 1) % $phpiCal_config->unique_colors) + 1; - $event = openevent($get_date, -1, $uid, $allday, $phpiCal_config->allday_week_lines, 11, 'psf'); + $event = openevent($get_date, -1, $uid, $allday, $phpiCal_config->allday_week_lines, (8*$colspan), 'psf'); $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); $loop_tmp = str_replace('{CALNO}', $event_calno, $loop_tmp); $replace .= $loop_tmp; diff --git a/templates/red/default.css b/templates/red/default.css index 931460b..c0779fb 100644 --- a/templates/red/default.css +++ b/templates/red/default.css @@ -83,10 +83,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Link colors and attributes */ /* This is the main link style */ a.psf { text-decoration: none; } -a.psf:link { color: #a01010; } -a.psf:visited { color: #a01010; } +a.psf:link { color: #FF9999; } +a.psf:visited { color: #FF9999; } a.psf:active { color: #3366CC; } -a.psf:hover { color: #000099; text-decoration: underline; } +a.psf:hover { color: #FF0099; text-decoration: underline; } /* This is the link style for the mini-cals */ a.ps2 { text-decoration: underline; } diff --git a/templates/red/event.tpl b/templates/red/event.tpl index 43c2db2..b0a9a7f 100644 --- a/templates/red/event.tpl +++ b/templates/red/event.tpl @@ -15,9 +15,9 @@
-

{EVENT_TEXT} - ({EVENT_TIMES})

+

{L_SUMMARY}:{EVENT_TEXT} - ({EVENT_TIMES})

-

{DESCRIPTION}

+

{L_DESCRIPTION}:{DESCRIPTION}

@@ -32,6 +32,9 @@ {L_LOCATION}: {LOCATION}
+ + {L_URL}: {URL}
+

-- cgit v1.2.3