From 959e99fda97a62dc5a9a9995ced6e84675efe0c1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Jul 2009 14:58:30 +0000 Subject: [PATCH] web: filter form did not work in eg firefox (issue #7) --- Commands/Web.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Commands/Web.hs b/Commands/Web.hs index 55e773177..123ce8ccd 100644 --- a/Commands/Web.hs +++ b/Commands/Web.hs @@ -82,6 +82,7 @@ searchform r a p' = ,spaceHtml ,spaceHtml +++ stringToHtml "reporting period:" +++ spaceHtml ,textfield "p" ! [size s, value p'] + ,submit "submit" "filter" ! [thestyle "display:none;"] ,resetlink] where -- another way to get them