egroupware_official/calendar/templates/default/month_header.tpl
Ralf Becker f3373faa2d - fixed export in the view (was Y/m/d format too)
- allow to call export via an url ($_REQUEST instead of $_POST)
- some UI tweaks to for the Export button and others
- equaly high weeks in the month-view
2004-07-11 18:26:28 +00:00

20 lines
591 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 monthly_row -->
<tr class="calendar_m_w_table_row" colspan="{cols}" width="{col_width}%">
{column_row}</tr>
<!-- END monthly_row -->
<!-- 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 -->