diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-08-31 16:08:33 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-08-31 16:08:33 +0000 |
| commit | 9afc0ec758ec242c576763a1e38ace954ce80955 (patch) | |
| tree | 1a5881a8b7432888ed86baf155f813b643ed758e /templates | |
| parent | 6b7c35aa3f046bf1e06566613c3432248ac1c0a1 (diff) | |
| download | calendar-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.tpl | 2 |
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&{$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&{$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&{$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&{$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&{$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&{$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&{$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&{$url_string}" class="{if $smarty.session.calendar.view_mode eq 'month'}highlight{/if}">{biticon ipackage=calendar iname=month iexplain=Month}</a> </td> </tr> |
