web: search form wording

This commit is contained in:
Simon Michael 2010-02-16 03:51:26 +00:00
parent 2cd9aaf81f
commit f4beb08682

View File

@ -231,8 +231,8 @@ searchform env = do
| otherwise = <span id="resetlink"><% nbsp %><a href=u>reset</a></span>
where u = dropWhile (=='/') $ Hack.Contrib.Request.path env
<form action="" id="searchform">
<% nbsp %>account pattern:<% nbsp %><input name="a" size="20" value=a
/><% nbsp %><% nbsp %>reporting period:<% nbsp %><input name="p" size="20" value=p />
<% nbsp %>search for:<% nbsp %><input name="a" size="20" value=a
/><% nbsp %><% nbsp %>in reporting period:<% nbsp %><input name="p" size="20" value=p />
<input type="submit" name="submit" value="filter" style="display:none" />
<% resetlink %>
</form>