source: contrib/Timesheet/templates/default/month_header.tpl @ 3526

Revision 3526, 414 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
Line 
1<!-- BEGIN monthly_header -->
2<tr class="calendar_m_w_table_header" colspan="{cols}" width="{col_width}%">
3{column_header}</tr>
4<!-- END monthly_header -->
5
6<!-- BEGIN column_title -->
7<th bGCOLOR="#D3DCE3" width="14.28%">{col_title}</th>
8<!-- END column_title -->
9
10<!-- BEGIN month_column -->
11<td class="calendar_m_w_tablecell" colspan="1" width="{col_width}%"{extra}>{column_data}</td>
12<!-- END month_column -->
Note: See TracBrowser for help on using the repository browser.