egroupware/phpgwapi/templates/verdilak/nextmatchs.tpl

20 lines
576 B
Smarty

<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>