diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-09-05 17:26:39 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-09-05 17:26:39 +0000 |
| commit | b73d9cc652137a814a586d6aa9638cf89865ae50 (patch) | |
| tree | ab9cf3f0a96cb0c9211a8b74d73b9be0e9375444 /templates | |
| parent | adec375bc92c1a2a77d8f581268cb175a9dd6400 (diff) | |
| download | calendar-b73d9cc652137a814a586d6aa9638cf89865ae50.tar.gz calendar-b73d9cc652137a814a586d6aa9638cf89865ae50.tar.bz2 calendar-b73d9cc652137a814a586d6aa9638cf89865ae50.zip | |
Tidy display offset focus highlight
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 86df909..acdb81a 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.32 2005/09/01 08:50:26 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.33 2005/09/05 17:26:39 lsces Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} @@ -53,7 +53,7 @@ </tr> <tr> {cycle values="odd,even" print=false advance=false} - <td class="calitems {if $day.day eq $navigation.focus_date}current{/if} {cycle}"> + <td class="calitems {if $day.day eq $navigation.display_focus_date}current{/if} {cycle}"> {if $day.day|cal_date_format:"%m" eq $navigation.focus_month or $smarty.session.calendar.view_mode eq "week"} {foreach from=$day.items item=item} {assign var=over value=$item.over} @@ -92,7 +92,7 @@ {cycle values="odd,even" print=false advance=false} {/if} - <td class="calitems {if $day.day eq $navigation.focus_date}current{/if} {cycle}"> + <td class="calitems {if $day.day eq $navigation.display_focus_date}current{/if} {cycle}"> {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> |
