web: help links to help explain the form fields
This commit is contained in:
parent
f4beb08682
commit
603ce7d64b
@ -232,7 +232,10 @@ searchform env = do
|
|||||||
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 %>search for:<% nbsp %><input name="a" size="20" value=a
|
<% 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" />
|
<input type="submit" name="submit" value="filter" style="display:none" />
|
||||||
<% resetlink %>
|
<% resetlink %>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user