X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..0cb6e3af8457c1b10c356a1749269b16c5cd3328:/templates/webpages/am/list_accounts.html diff --git a/templates/webpages/am/list_accounts.html b/templates/webpages/am/list_accounts.html index 8392bf55f..0938a4553 100644 --- a/templates/webpages/am/list_accounts.html +++ b/templates/webpages/am/list_accounts.html @@ -1,11 +1,6 @@ [%- 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 %] | ||
+ |