egroupware/calendar/templates/default/month_day.tpl

21 lines
426 B
Smarty
Raw Normal View History

2001-01-14 20:30:11 +01:00
<!-- $Id$ month_day -->
<!-- BEGIN m_w_table -->
<table id="calendar_m_w_table" class="calendar_m_w_table" cellspacing="2">
{row}
</table>
<!-- END m_w_table -->
<!-- BEGIN month_daily -->
<span style="font-size:10px">[ {day_number} ]</span>{new_event_link}<br />
{daily_events}
<!-- END month_daily -->
<!-- BEGIN day_event -->
{events}
<!-- END day_event -->
<!-- BEGIN event -->
{day_events}
<!-- END event -->