mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:16 +01:00
8727041c6b
- 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
29 lines
678 B
Smarty
Executable File
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}
|