web: help links to help explain the form fields

This commit is contained in:
Simon Michael 2010-02-23 03:11:19 +00:00
parent f4beb08682
commit 603ce7d64b

View File

@ -232,7 +232,10 @@ searchform env = do
where u = dropWhile (=='/') $ Hack.Contrib.Request.path env
<form action="" id="searchform">
<% nbsp %>search for:<% nbsp %><input name="a" size="20" value=a
/><% nbsp %><% nbsp %>in reporting period:<% nbsp %><input name="p" size="20" value=p />
/><a href="http://hledger.org/MANUAL.html#filter-patterns">?</
a><% nbsp %><% nbsp %>in reporting period:<% nbsp %><input name="p" size="20" value=p
/><a href="http://hledger.org/MANUAL.html#period-expressions">?</
a>
<input type="submit" name="submit" value="filter" style="display:none" />
<% resetlink %>
</form>