X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_tax_master.html;h=bbb4045208a6cc0d12c905c9e93a8b308f6f1697;hb=f559ec45ea2fc09c361ef7e4a40a59b1f2133737;hp=1f3e8328a1ee8ccdd2be2eed1973bc3d584600da;hpb=546a969e5d8fc8a996c5484f9277dc55415cd9c4;p=kivitendo-erp.git diff --git a/templates/webpages/am/list_tax_master.html b/templates/webpages/am/list_tax_master.html index 1f3e8328a..bbb404520 100644 --- a/templates/webpages/am/list_tax_master.html +++ b/templates/webpages/am/list_tax_master.html @@ -1,53 +1,37 @@ - +[% USE HTML %] - +
[% title %]
+ +
- + + + + + -
tax_taxkeytax_taxdescriptiontax_ratetaxnumberaccount_description
- - - - - - - - - - - - - - - - onMouseOver="this.style.cursor='pointer';" - onclick="window.location.href='am.pl?action=edit_tax&id=&login=&password=&callback=';"> - - - - - - - - - -
tax_taxkeytax_taxdescriptiontax_ratetaxnumberaccount_description
%
-
-
-
- - - - - - -
+ [% SET row_odd = '1' %][% FOREACH row = TAX %] + + [% HTML.escape(row.taxkey) %] + [% HTML.escape(row.taxdescription) %] + [% HTML.escape(row.rate) %] % + [% HTML.escape(row.taxnumber) %] + [% HTML.escape(row.account_description) %] + + [% END %] + + +

+

+ + + + + + +
+