egroupware_official/calendar/templates/default/footer.tpl
2001-05-13 03:23:11 +00:00

27 lines
672 B
Smarty
Executable File

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