web: search form wording
This commit is contained in:
parent
2cd9aaf81f
commit
f4beb08682
@ -231,8 +231,8 @@ searchform env = do
|
|||||||
| otherwise = <span id="resetlink"><% nbsp %><a href=u>reset</a></span>
|
| otherwise = <span id="resetlink"><% nbsp %><a href=u>reset</a></span>
|
||||||
where u = dropWhile (=='/') $ Hack.Contrib.Request.path env
|
where u = dropWhile (=='/') $ Hack.Contrib.Request.path env
|
||||||
<form action="" id="searchform">
|
<form action="" id="searchform">
|
||||||
<% nbsp %>account pattern:<% nbsp %><input name="a" size="20" value=a
|
<% nbsp %>search for:<% nbsp %><input name="a" size="20" value=a
|
||||||
/><% nbsp %><% nbsp %>reporting period:<% nbsp %><input name="p" size="20" value=p />
|
/><% nbsp %><% nbsp %>in reporting period:<% nbsp %><input name="p" size="20" value=p />
|
||||||
<input type="submit" name="submit" value="filter" style="display:none" />
|
<input type="submit" name="submit" value="filter" style="display:none" />
|
||||||
<% resetlink %>
|
<% resetlink %>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user