forked from extern/egroupware
Last commit didn't work ?!
This commit is contained in:
parent
8ec1badd16
commit
e4dc19729b
@ -1,3 +1,4 @@
|
|||||||
|
<!-- BEGIN nextmatchs -->
|
||||||
<form method="POST" action="{form_action}">
|
<form method="POST" action="{form_action}">
|
||||||
<input type="hidden" name="filter" value="{filter_value}">
|
<input type="hidden" name="filter" value="{filter_value}">
|
||||||
<input type="hidden" name="qfield" value="{qfield_value}">
|
<input type="hidden" name="qfield" value="{qfield_value}">
|
||||||
@ -17,4 +18,37 @@
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
<!-- END nextmatchs -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN filter -->
|
||||||
|
<td>{select}<noscript><input type="submit" value="{lang_filter}"></noscript></td>
|
||||||
|
<!-- END filter -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN form -->
|
||||||
|
<td width="2%" align="{align}">
|
||||||
|
<form method="POST" action="{action}">
|
||||||
|
{hidden} <input type="image" src="{img}" border="0">
|
||||||
|
<form>
|
||||||
|
</td>
|
||||||
|
<!-- END form -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN icon -->
|
||||||
|
<td width="2%" align="{align}"> {_link}</td>
|
||||||
|
<!-- END icon -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN link -->
|
||||||
|
<td width="2%" align="{align}"><img src="{img}" border="0" width="12" height="12" alt="{label}"></td>
|
||||||
|
<!-- END link -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN search -->
|
||||||
|
<td>
|
||||||
|
<input type="text" name="query" value="{query_value}"> {searchby}<input type="submit" name="Search" value="{lang_search}">
|
||||||
|
</td>
|
||||||
|
<!-- END search -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user