web: hide filter fields until they work right

This commit is contained in:
Simon Michael 2009-12-07 15:53:26 +00:00
parent b3aedda275
commit 7e4de1df00

View File

@ -198,7 +198,7 @@ navbar env =
<div id="navbar">
<a href="http://hledger.org" id="hledgerorglink">hledger.org</a>
<% navlinks env %>
<% searchform env %>
-- <% searchform env %>
<a href="http://hledger.org/README.html" id="helplink">help</a>
</div>
@ -236,7 +236,8 @@ addform env = do
let inputs = Hack.Contrib.Request.inputs env
date = fromMaybe "" $ lookup "date" inputs
desc = fromMaybe "" $ lookup "desc" inputs
<div id="addform">
<div>
<div id="addform">
<form action="" method="POST">
<table border="0">
<tr>
@ -251,6 +252,8 @@ addform env = do
</table>
</form>
</div>
<br clear="all" />
</div>
transactionfields :: Int -> Hack.Env -> HSP XML
transactionfields n env = do