diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-08-31 09:44:32 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-08-31 09:44:32 +0000 |
| commit | 3438928bf7e2f7e48d90741a7a9d8cbc12098e02 (patch) | |
| tree | 48bc3c3fa14f16b65c9cc9c17aca4e636567d23e | |
| parent | 446afff5c74f4b0548ec28ba513bbb189781c92e (diff) | |
| download | calendar-3438928bf7e2f7e48d90741a7a9d8cbc12098e02.tar.gz calendar-3438928bf7e2f7e48d90741a7a9d8cbc12098e02.tar.bz2 calendar-3438928bf7e2f7e48d90741a7a9d8cbc12098e02.zip | |
Focus date is now UTC locked so other calculations work
| -rw-r--r-- | templates/calendar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 31283bb..3628a1a 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.26 2005/08/28 08:27:06 lsces Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.27 2005/08/31 09:44:32 lsces Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} @@ -63,7 +63,7 @@ {cycle values="odd,even" print=false advance=false} {/if} - <td class="calday {if $day.day eq $navigation.server_focus_date}current{/if} {cycle}" style="vertical-align:top;"> + <td class="calday {if $day.day eq $navigation.focus_date}current{/if} {cycle}" style="vertical-align:top;"> {if $day.day|cal_date_format:"%m" eq $navigation.focus_month or $smarty.session.calendar.view_mode eq "week"} <div class="calnumber"> <a href="{$smarty.const.CALENDAR_PKG_URL}index.php?view_mode=day&todate={$day.day}&{$url_string}">{$day.day|cal_date_format:"%d"}</a> |
