egroupware_official/calendar/templates/default/footer.tpl
Ralf Becker f3373faa2d - fixed export in the view (was Y/m/d format too)
- allow to call export via an url ($_REQUEST instead of $_POST)
- some UI tweaks to for the Export button and others
- equaly high weeks in the month-view
2004-07-11 18:26:28 +00:00

32 lines
760 B
Smarty
Executable File

<!-- $Id$ -->
<!-- BEGIN footer_table -->
<hr clear="all">
<font size="-1">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
{table_row}
</tr>
</table>
<!-- END footer_table -->
<!-- BEGIN footer_row -->
<td width="33%">
<font size="-1">
<form action="{action_url}" method="post" name="{form_name}">
<B>{label}:</B>
{hidden_vars}
<select name="{form_label}" onchange="{form_onchange}">
{row}
</select>
<noscript><input type="submit" value="{go}"></noscript>
</form>
</font>
</td>
<!-- END footer_row -->
<!-- BEGIN blank_row -->
<td>
{b_row}
</td>
<!-- END blank_row -->