mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Rewrite Select list
This commit is contained in:
parent
9d3eac79ed
commit
b0410a57d2
@ -77,7 +77,11 @@
|
||||
<td width="20%" rowspan="3">{accountsel_icon}</td>
|
||||
<td align="right" colspan="5">
|
||||
<form method="POST" action="{search_action}">
|
||||
{query_type}
|
||||
<select name="query_type" >
|
||||
<option value="firstname">{lang_firstname}</option>
|
||||
<option value="lastname">{lang_lastname}</option>
|
||||
</select>
|
||||
<!-- {query_type} -->
|
||||
<input type="text" name="query" value="{prev_query}">
|
||||
<input type="submit" name="search" value="{lang_search}">
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user