egroupware/calendar/templates/default/index.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

34 lines
704 B
Smarty
Executable File

<!-- $Id$ -->
{printer_friendly}
<table border="0" width="100%" cols="5">
<tr>
<td align="left" valign="top" width="20%">
{small_calendar_prev}
</td>
<td align="center" valign="middle" width="15%">
<b>{prev_month_link}</b>
</td>
<td align="center" width="30%">
<span class="calendar_month_identifier">
{month_identifier}
</span>
<br />
<span class="calendar_user_identifier">
[&nbsp;{username}&nbsp;]
</span>
</td>
<td align="center" valign="middle" width="15%">
{next_month_link}
</td>
<td align="right" valign="top" width="20%">
{small_calendar_next}
</td>
</tr>
</table>
{large_month}
<p>
<p>
<div class="calendar_link_print">
{print}
</div>