X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..1a0c73d30bcd5d1ceeeef5f84d94de466abf6fcc:/templates/webpages/am/list_accounts.html diff --git a/templates/webpages/am/list_accounts.html b/templates/webpages/am/list_accounts.html index 8392bf55f..358f18f51 100644 --- a/templates/webpages/am/list_accounts.html +++ b/templates/webpages/am/list_accounts.html @@ -1,11 +1,7 @@ [%- USE T8 %] -[% USE HTML %]
- -| [% 'Account' | $T8 %] | -[% 'Description (Click on Description for details)' | $T8 %] | -[% 'Debit' | $T8 %] | -[% 'Credit' | $T8 %] | +||
| [% 'Account' | $T8 %] + | [% 'Description (Click on Description for details)' | $T8 %] + | [% 'Debit' | $T8 %] + | [% 'Credit' | $T8 %] | ||
|---|---|---|---|---|---|
| [% HTML.escape(row.accno) %] | -[% HTML.escape(row.description) %] | +[%- FOREACH row = CA %] + [%- IF row.heading %] +||||
| [% row.accno | html %] | +[% row.description | html %] | ||||
| - [% HTML.escape(row.accno) %] - | - - -- [% HTML.escape(row.description) %] - | - -[% HTML.escape(row.debit) %] |
- [% HTML.escape(row.credit) %]
- |
+ [% ELSE %]
+ ||
| [% row.accno | html %] | +[% row.description | html %] | +[% row.debit | html %] | +[% row.credit | html %] | ||
| + | |||||