aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 03:30:36 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 03:30:36 +0000
commit361f356097d783e69ebfa29da9ce2ea48edf775b (patch)
tree4e241f898f4d211c03a1c4b95857477407a00e0f
parent388be19cf1b7809ae8a9ded3f6862ed76d46eae2 (diff)
downloadphpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.tar.gz
phpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.tar.bz2
phpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.zip
tweak bump rc version
-rw-r--r--default_config.php2
-rw-r--r--functions/template.php2
-rw-r--r--templates/red/default.css6
-rw-r--r--templates/red/event.tpl7
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 @@
<tr>
<td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
- <p>{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
+ <p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
<!-- switch description on -->
- <p>{DESCRIPTION}</p>
+ <p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p>
<!-- switch description off -->
<p>
<!-- switch organizer on -->
@@ -32,6 +32,9 @@
<!-- switch location on -->
<b>{L_LOCATION}</b>: {LOCATION}<br />
<!-- switch location off -->
+ <!-- switch url on -->
+ <b>{L_URL}</b>: {URL}<br />
+ <!-- switch url off -->
</p>
</div>
</td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy