mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
f3373faa2d
- 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
32 lines
760 B
Smarty
Executable File
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 -->
|
|
|
|
|