Files
Froxlor/templates/Sparkle/misc/htmlsearchcode.tpl
Roman Schmerold (BNoiZe) ec69af7938 Added a reset button to searchfields, improved js code
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2014-01-05 19:16:56 +01:00

8 lines
316 B
Smarty

{$lng['panel']['search']}:&nbsp;
<select name="searchfield">
{$fieldoptions}
</select>&nbsp;
<input type="text" name="searchtext" class="searchtext" value="{$searchtext}" />&nbsp;
<input type="submit" name="Go" value="Go" class="submitsearch" />
<input type="reset" name="Reset" value="Reset" class="resetsearch" />