summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2005-08-31 16:08:33 +0000
committerLester Caine <lester@lsces.co.uk>2005-08-31 16:08:33 +0000
commit9afc0ec758ec242c576763a1e38ace954ce80955 (patch)
tree1a5881a8b7432888ed86baf155f813b643ed758e /templates
parent6b7c35aa3f046bf1e06566613c3432248ac1c0a1 (diff)
downloadcalendar-9afc0ec758ec242c576763a1e38ace954ce80955.tar.gz
calendar-9afc0ec758ec242c576763a1e38ace954ce80955.tar.bz2
calendar-9afc0ec758ec242c576763a1e38ace954ce80955.zip
Add week vertical list as a navigation option
Icon may need a tidy up, just rotated week 90deg
Diffstat (limited to 'templates')
-rw-r--r--templates/calendar_nav_inc.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/calendar_nav_inc.tpl b/templates/calendar_nav_inc.tpl
index 77e0909..38afce1 100644
--- a/templates/calendar_nav_inc.tpl
+++ b/templates/calendar_nav_inc.tpl
@@ -28,6 +28,7 @@
<td nowrap="nowrap" width="120" align="right">
<a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=day&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'day'}highlight{/if}">{biticon ipackage=calendar iname=day iexplain=Day}</a>
<a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=week&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'week'}highlight{/if}">{biticon ipackage=calendar iname=week iexplain=Week}</a>
+ <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=weeklist&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'weeklist'}highlight{/if}">{biticon ipackage=calendar iname=weeklist iexplain=Weeklist}</a>
<a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=month&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a>
</td>
</tr>
@@ -58,6 +59,7 @@
<td style="text-align:center;">
<a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=day&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'day'}highlight{/if}">{biticon ipackage=calendar iname=day iexplain=Day}</a>
<a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=week&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'week'}highlight{/if}">{biticon ipackage=calendar iname=week iexplain=Week}</a>
+ <a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=weeklist&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'weeklist'}highlight{/if}">{biticon ipackage=calendar iname=weeklist iexplain=Weeklist}</a>
<a href="{$gBitLoc.CALENDAR_PKG_URL}index.php?view_mode=month&amp;{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a>
</td>
</tr>