egroupware/calendar/templates/default/week.tpl
Ralf Becker 8727041c6b - fixed bug #2079 and #2480: description is twice in the printer-friendly view of week and month
- printer-friendly view of week and year work now for date other than the actual date
- prev. and next-week arrows/links removed from printer-friendly view
- prev. and next-week arrows/links are align=center und valing=middle now
2003-02-26 18:58:01 +00:00

29 lines
678 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="20%">
<b>{prev_week_link}</b>
</td>
<td align="center" valign="top" width="20%">
{small_calendar_this}
</td>
<td align="center" valign="middle" width="20%">
<b>{next_week_link}</b>
</td>
<td align="right" valign="top" width="20%">
{small_calendar_next}
</td>
</tr>
</table>
<table border="0" width="100%">
<td align="center">
<font size="+2" color="#000000"><b>{week_identifier}</b><br>{username}</font>
</td>
</table>
{week_display}
{print}