mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:24 +01:00
15 lines
446 B
Smarty
15 lines
446 B
Smarty
|
<!-- $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 -->
|