web: indent accounts more than "all accounts" in sidebar

This commit is contained in:
Simon Michael 2011-06-14 21:32:01 +00:00
parent 6ba1119fdc
commit 6efe8fb30b

View File

@ -258,7 +258,7 @@ accountsReportAsHtml _ vd@VD{..} (items',total) =
inacctclass = case inacctmatcher of
Just m -> if m `matchesAccount` acct then "inacct" else "notinacct"
Nothing -> "" :: String
indent = preEscapedString $ concat $ replicate (2 * aindent) " "
indent = preEscapedString $ concat $ replicate (2 * (1+aindent)) " "
acctquery = (RegisterR, [("q", pack $ accountQuery acct)])
acctonlyquery = (RegisterR, [("q", pack $ accountOnlyQuery acct)])