web: indent accounts more than "all accounts" in sidebar
This commit is contained in:
		
							parent
							
								
									6ba1119fdc
								
							
						
					
					
						commit
						6efe8fb30b
					
				| @ -258,7 +258,7 @@ accountsReportAsHtml _ vd@VD{..} (items',total) = | |||||||
|        inacctclass = case inacctmatcher of |        inacctclass = case inacctmatcher of | ||||||
|                        Just m -> if m `matchesAccount` acct then "inacct" else "notinacct" |                        Just m -> if m `matchesAccount` acct then "inacct" else "notinacct" | ||||||
|                        Nothing -> "" :: String |                        Nothing -> "" :: String | ||||||
|        indent = preEscapedString $ concat $ replicate (2 * aindent) " " |        indent = preEscapedString $ concat $ replicate (2 * (1+aindent)) " " | ||||||
|        acctquery = (RegisterR, [("q", pack $ accountQuery acct)]) |        acctquery = (RegisterR, [("q", pack $ accountQuery acct)]) | ||||||
|        acctonlyquery = (RegisterR, [("q", pack $ accountOnlyQuery acct)]) |        acctonlyquery = (RegisterR, [("q", pack $ accountOnlyQuery acct)]) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user