egroupware_official/calendar/templates/default/month_header.tpl
ak703 34b6b1e7a7 fixed most current issues with display in the ui and reverted week and month events
display to requested style from devel list and users
2004-03-16 22:04:00 +00:00

15 lines
446 B
Smarty
Executable File

<!-- $Id$ -->
<!-- BEGIN monthly_header -->
<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
{column_header}</tr>
<!-- END monthly_header -->
<!-- BEGIN column_title -->
<th class="calendar_weekview_daytitle" width="14.28%">{col_title}</th>
<!-- END column_title -->
<!-- BEGIN month_column -->
<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
<!-- END month_column -->