Removed action='' form attributes.
This commit is contained in:
parent
02d00e8d5b
commit
206f5eeacd
@ -169,7 +169,7 @@ navlinks a p = [$hamlet|
|
|||||||
|
|
||||||
searchform :: HledgerWebAppRoutes -> String -> String -> Hamlet HledgerWebAppRoutes
|
searchform :: HledgerWebAppRoutes -> String -> String -> Hamlet HledgerWebAppRoutes
|
||||||
searchform here a p = [$hamlet|
|
searchform here a p = [$hamlet|
|
||||||
%form#searchform!action=$string.action$
|
%form#searchform
|
||||||
search for: $
|
search for: $
|
||||||
%input!name=a!size=20!value=$string.a$
|
%input!name=a!size=20!value=$string.a$
|
||||||
^ahelp^ $
|
^ahelp^ $
|
||||||
@ -180,7 +180,6 @@ searchform here a p = [$hamlet|
|
|||||||
^resetlink^
|
^resetlink^
|
||||||
|]
|
|]
|
||||||
where
|
where
|
||||||
action=""
|
|
||||||
ahelp = helplink "filter-patterns"
|
ahelp = helplink "filter-patterns"
|
||||||
phelp = helplink "period-expressions"
|
phelp = helplink "period-expressions"
|
||||||
resetlink
|
resetlink
|
||||||
@ -193,7 +192,7 @@ helplink topic = [$hamlet|%a!href=$string.u$ ?|]
|
|||||||
|
|
||||||
addform :: Hamlet HledgerWebAppRoutes
|
addform :: Hamlet HledgerWebAppRoutes
|
||||||
addform = [$hamlet|
|
addform = [$hamlet|
|
||||||
%form#addform!action=$string.action$!method=POST
|
%form#addform!method=POST
|
||||||
%table!border=0
|
%table!border=0
|
||||||
%tr
|
%tr
|
||||||
%td
|
%td
|
||||||
@ -214,7 +213,6 @@ addform = [$hamlet|
|
|||||||
datehelp = helplink "dates"
|
datehelp = helplink "dates"
|
||||||
addlabel = "add transaction"
|
addlabel = "add transaction"
|
||||||
addhelp = helplink "file-format"
|
addhelp = helplink "file-format"
|
||||||
action=""
|
|
||||||
date = ""
|
date = ""
|
||||||
desc = ""
|
desc = ""
|
||||||
transactionfields1 = transactionfields 1
|
transactionfields1 = transactionfields 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user