summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-31 10:59:00 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-31 10:59:00 +0000
commit6b7c35aa3f046bf1e06566613c3432248ac1c0a1 (patch)
treed000406be1e53aee7b43ed83d6f0d5e56f2ae0cf /templates
parentd168a1703b856e34fe8b1372395cb5882c87f70a (diff)
downloadcalendar-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.tpl4
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}