egroupware_official/calendar/templates/default/year.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

36 lines
543 B
Smarty
Executable File

<!-- BEGIN year -->
{print}
<center>
<table border="0" cellspacing="3" cellpadding="4" cols=4>
<tr>
<td align="center">
{left_link}
</td>
<td align="center">
<font face="{font}" size="+1">{year_text}</font>
</td>
<td align="center">
{right_link}
</td>
{row}
</tr>
</table>
</center>
<p>
<div class="calendar_link_print">
{printer_friendly}
</div>
<!-- END year -->
<!-- BEGIN month -->
<td valign="top">
{mini_month}
</td>
<!-- END month -->
<!-- BEGIN month_sep -->
</tr>
<tr valign="top">
<!-- END month_sep -->