diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-31 10:59:00 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-31 10:59:00 +0000 |
| commit | 6b7c35aa3f046bf1e06566613c3432248ac1c0a1 (patch) | |
| tree | d000406be1e53aee7b43ed83d6f0d5e56f2ae0cf /templates | |
| parent | d168a1703b856e34fe8b1372395cb5882c87f70a (diff) | |
| download | calendar-6b7c35aa3f046bf1e06566613c3432248ac1c0a1.tar.gz calendar-6b7c35aa3f046bf1e06566613c3432248ac1c0a1.tar.bz2 calendar-6b7c35aa3f046bf1e06566613c3432248ac1c0a1.zip | |
revert back to all hours display in day view
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 9c810c4..1f1d2e5 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.28 2005/08/31 10:33:31 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.29 2005/08/31 10:59:00 squareing Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} @@ -26,7 +26,6 @@ <th>{tr}Events{/tr}</th> </tr> {foreach item=time from=$calDay} - {if $time.items} <tr class="{cycle values="odd,even"}"> <th>{$time.time|cal_date_format:"%H:%M"}</th> <td class="calitems"> @@ -40,7 +39,6 @@ {/foreach} </td> </tr> - {/if} {/foreach} {elseif $smarty.session.calendar.view_mode eq 'week'} {foreach from=$calMonth item=week} |
