*** empty log message ***

This commit is contained in:
sebastian 2005-03-08 20:26:07 +00:00
parent 7aa0181773
commit 28bd61965d
3 changed files with 21 additions and 6 deletions

View file

@ -52,7 +52,12 @@
{else}
<div style="background-color: white">
{/if}
{if $_Day.isScheduled}
<b><a href="#" onClick="hpopup('{$UI_HANDLER}?act=SCHEDULER.set&day={$_Day.day}&month={$_Day.month}&year={$_Day.year}')">{$_Day.day}</a></b>
{else}
<a href="#" onClick="hpopup('{$UI_HANDLER}?act=SCHEDULER.set&day={$_Day.day}&month={$_Day.month}&year={$_Day.year}')">{$_Day.day}</a>
{/if}
</div>
</td>
{if $_Day.isLast}