aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-03-21 09:52:29 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-03-21 09:52:29 +0000
commita430b6f5528f4698cefb45edde90bf869f05eeda (patch)
tree5b21f68143a9f32ad05c98c64685b49994febe2e /templates
parent3280427d50b95564c2a21396b5d3bb603795d014 (diff)
downloadphpicalendar-a430b6f5528f4698cefb45edde90bf869f05eeda.tar.gz
phpicalendar-a430b6f5528f4698cefb45edde90bf869f05eeda.tar.bz2
phpicalendar-a430b6f5528f4698cefb45edde90bf869f05eeda.zip
add year printview, fix misc bugs
Diffstat (limited to 'templates')
-rw-r--r--templates/default/footer.tpl2
-rw-r--r--templates/default/print.tpl1
-rw-r--r--templates/default/year.tpl4
3 files changed, 6 insertions, 1 deletions
diff --git a/templates/default/footer.tpl b/templates/default/footer.tpl
index feb39e4..5d450c9 100644
--- a/templates/default/footer.tpl
+++ b/templates/default/footer.tpl
@@ -1,4 +1,4 @@
-<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.21</a><br />
+<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.22rc1</a><br />
<!-- switch rss_valid on -->
<p>
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">
diff --git a/templates/default/print.tpl b/templates/default/print.tpl
index c1c8d4e..dfc773b 100644
--- a/templates/default/print.tpl
+++ b/templates/default/print.tpl
@@ -13,6 +13,7 @@
<td><a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=day"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
<td><a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=week"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
<td><a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
+ <td><a class="psf" href="print.php?cal={CAL}&amp;getdate={GETDATE}&amp;printview=year"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
</tr>
</table>
</div>
diff --git a/templates/default/year.tpl b/templates/default/year.tpl
index 2428fa1..eb89065 100644
--- a/templates/default/year.tpl
+++ b/templates/default/year.tpl
@@ -56,6 +56,10 @@
<td width="210" valign="top" align="left">
{MONTH_MEDIUM|03}
</td>
+ <td width="20" rowspan='8'>
+ <img src="images/spacer.gif" width="20" height="1" alt=" " />
+ </td>
+ <td rowspan='8' valign='top'>{SIDEBAR}</td>
</tr>
<tr>
<td colspan="5">

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