egroupware_official/phpgwapi/templates/idsociety/nextmatchs.tpl
2001-03-30 22:16:08 +00:00

20 lines
576 B
Smarty
Executable File

<form method="POST" action="{form_action}">
<input type="hidden" name="filter" value="{filter_value}">
<input type="hidden" name="qfield" value="{qfield_value}">
<input type="hidden" name="start" value="{start_value}">
<input type="hidden" name="order" value="{order_value}">
<input type="hidden" name="sort" value="{sort_value}">
<input type="hidden" name="query" value="{query_value}">
<table width="{table_width}" height="50" border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
{left}
{search}
{filter}
{right}
</tr>
</table>
<br>
</form>