egroupware/calendar/templates/default/day_cal.tpl

18 lines
427 B
Smarty
Raw Normal View History

2001-01-10 06:01:36 +01:00
<!-- $Id$ -->
<!-- BEGIN day -->
2001-01-12 05:18:36 +01:00
<table width="100%" border="0" cellspacing="0" cellpadding="0">
2001-01-10 06:01:36 +01:00
{row}
</table>
<!-- END day -->
<!-- BEGIN day_row -->
<tr>{item}
</tr>
<!-- END day_row -->
<!-- BEGIN day_event -->
<td class="event" bgcolor="{bgcolor}"{extras}>{event}</td>
<!-- END day_event -->
<!-- BEGIN day_time -->
<td class="time"><nobr>{open_link}{time}{close_link}</nobr></td>
<!-- END day_time -->
2001-01-10 06:01:36 +01:00