egroupware_official/calendar/templates/default/month_header.tpl
ak703 4b4df263cc migrated more items to app.css and fixed (hopefully) most current issues with calendar's layout.
Cutting off long event titles is done purposely - not a bug ;-)
2004-03-12 23:47:03 +00:00

17 lines
435 B
Smarty
Executable File

<!-- $Id$ -->
<!-- BEGIN monthly_header -->
<tr colspan="{cols}" width="{col_width}%">
{column_header}</tr>
<!-- END monthly_header -->
<!-- BEGIN column_title -->
<th class="calendar_weekview_daytitle" width="11%" bgcolor="{bgcolor}">{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 -->