From c1aef67d2803a7f3408c4b14044805c260de5f4e Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 22 Aug 2005 12:06:25 +0000 Subject: improve classes for styling --- templates/calendar.tpl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 90612e7..b4ed9a5 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.21 2005/08/22 11:59:31 lsces Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.22 2005/08/22 12:06:25 squareing Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} @@ -63,14 +63,13 @@ {cycle values="odd,even" print=false advance=false} {/if} - + {if $day.day|bit_date_format:"%m" eq $navigation.focus_month or $smarty.session.calendar.view_mode eq "week"} - {if $day.day eq $navigation.focus_date}{/if} - {$day.day|bit_date_format:"%d"} - {if $day.day eq $navigation.focus_date}{/if} -
+
+ {$day.day|bit_date_format:"%d"} +
- {* - Calendar Content - *} + {* - Cell Content - *} {foreach from=$day.items item=item} {assign var=over value=$item.over}
-- cgit v1.3