aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
parent388be19cf1b7809ae8a9ded3f6862ed76d46eae2 (diff)
downloadphpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.tar.gz
phpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.tar.bz2
phpicalendar-361f356097d783e69ebfa29da9ce2ea48edf775b.zip
tweak bump rc version
Diffstat (limited to 'templates')
-rw-r--r--templates/red/default.css6
-rw-r--r--templates/red/event.tpl7
2 files changed, 8 insertions, 5 deletions
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