webyesod: make filter form work in chrome 6
This commit is contained in:
parent
63de5e0127
commit
2e3c5bc281
@ -187,14 +187,14 @@ navlinks here a p = [$hamlet|
|
||||
|
||||
searchform :: HledgerWebAppRoute -> String -> String -> Hamlet HledgerWebAppRoute
|
||||
searchform here a p = [$hamlet|
|
||||
%form#searchform
|
||||
%form#searchform!method=GET
|
||||
filter by: $
|
||||
%input!name=a!size=20!value=$string.a$
|
||||
^ahelp^ $
|
||||
in period: $
|
||||
%input!name=p!size=20!value=$string.p$
|
||||
^phelp^ $
|
||||
%input!name=submit!type=submit!value=filter!style=display:none;
|
||||
%input!type=submit!value=filter
|
||||
^resetlink^
|
||||
|]
|
||||
where
|
||||
|
||||
Loading…
Reference in New Issue
Block a user