egroupware/calendar/templates/default/day_cal.tpl

18 lines
427 B
Smarty
Executable File

<!-- $Id$ -->
<!-- BEGIN day -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
{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 -->