From 0fce1b519824327b2edd4ad201b224758ccf6fda Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 16 Dec 2015 11:42:54 +0100 Subject: [PATCH] Web-Templates: falsche Toolkit-Direktiven korrigiert (vergessenes %). --- templates/webpages/bankaccounts/list.html | 4 ++-- templates/webpages/buchungsgruppen/list.html | 4 ++-- templates/webpages/project_status/list.html | 4 ++-- templates/webpages/project_type/list.html | 4 ++-- .../webpages/requirement_spec_acceptance_status/list.html | 4 ++-- templates/webpages/requirement_spec_complexity/list.html | 4 ++-- templates/webpages/requirement_spec_predefined_text/list.html | 4 ++-- templates/webpages/requirement_spec_risk/list.html | 4 ++-- templates/webpages/requirement_spec_status/list.html | 4 ++-- templates/webpages/requirement_spec_type/list.html | 4 ++-- templates/webpages/taxzones/list.html | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/templates/webpages/bankaccounts/list.html b/templates/webpages/bankaccounts/list.html index c1a9ff022..a4b6018cc 100644 --- a/templates/webpages/bankaccounts/list.html +++ b/templates/webpages/bankaccounts/list.html @@ -6,7 +6,7 @@ - + @@ -20,7 +20,7 @@ [%- FOREACH account = BANKACCOUNTS %] - + diff --git a/templates/webpages/buchungsgruppen/list.html b/templates/webpages/buchungsgruppen/list.html index 8621e8594..038b26511 100644 --- a/templates/webpages/buchungsgruppen/list.html +++ b/templates/webpages/buchungsgruppen/list.html @@ -6,7 +6,7 @@
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Name' | $T8 %] [% 'IBAN' | $T8 %] [% 'Bank' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(account.name) %] [% HTML.escape(account.iban) %] [% HTML.escape(account.bank) %]
- + [%- FOREACH tz = TAXZONES %] @@ -19,7 +19,7 @@ [%- FOREACH bg = BUCHUNGSGRUPPEN %] - + [%- FOREACH tz = TAXZONES %] diff --git a/templates/webpages/project_status/list.html b/templates/webpages/project_status/list.html index f510b6d16..60caa6f2c 100644 --- a/templates/webpages/project_status/list.html +++ b/templates/webpages/project_status/list.html @@ -13,7 +13,7 @@
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Inventory Account' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(bg.description) %] [% HTML.escape(CHARTLIST.${bg.id}.inventory_accno) %]
- + @@ -22,7 +22,7 @@ [%- FOREACH project_status = PROJECT_STATUS %] - + diff --git a/templates/webpages/project_type/list.html b/templates/webpages/project_type/list.html index d3d91819b..fb0c8c2fd 100644 --- a/templates/webpages/project_type/list.html +++ b/templates/webpages/project_type/list.html @@ -13,7 +13,7 @@
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- 'Name' | $T8 %] [%- 'Description' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% project_status.name | html %] [% project_status.description | html %]
- + @@ -21,7 +21,7 @@ [%- FOREACH project_type = PROJECT_TYPES %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- 'Description' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(project_type.description) %] diff --git a/templates/webpages/requirement_spec_acceptance_status/list.html b/templates/webpages/requirement_spec_acceptance_status/list.html index 93049e2a9..c06e54413 100644 --- a/templates/webpages/requirement_spec_acceptance_status/list.html +++ b/templates/webpages/requirement_spec_acceptance_status/list.html @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ [%- FOREACH requirement_spec_acceptance_status = REQUIREMENT_SPEC_ACCEPTANCE_STATUSES %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- LxERP.t8('Name') %] [%- LxERP.t8('Description') %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(requirement_spec_acceptance_status.name) %] diff --git a/templates/webpages/requirement_spec_complexity/list.html b/templates/webpages/requirement_spec_complexity/list.html index 3ce2d9400..0f962b490 100644 --- a/templates/webpages/requirement_spec_complexity/list.html +++ b/templates/webpages/requirement_spec_complexity/list.html @@ -13,7 +13,7 @@ - + @@ -21,7 +21,7 @@ [%- FOREACH requirement_spec_complexity = REQUIREMENT_SPEC_COMPLEXITIES %] - + - + @@ -29,7 +29,7 @@ [%- FOREACH requirement_spec_predefined_text = REQUIREMENT_SPEC_PREDEFINED_TEXTS %] - +
[ LxERP.t8([%- LxERP.t8( [%- LxERP.t8("Description") %]
[ LxERP.t8([%- LxERP.t8( requirement_spec_complexity.id) %]"> [%- HTML.escape(requirement_spec_complexity.description) %] diff --git a/templates/webpages/requirement_spec_predefined_text/list.html b/templates/webpages/requirement_spec_predefined_text/list.html index 3e1ee2828..52d213dc6 100644 --- a/templates/webpages/requirement_spec_predefined_text/list.html +++ b/templates/webpages/requirement_spec_predefined_text/list.html @@ -17,7 +17,7 @@ [% LxERP.t8("Useable for…") %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% LxERP.t8("Description") %] [% LxERP.t8("Title") %] [% LxERP.t8("Content") %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(requirement_spec_predefined_text.description) -%] diff --git a/templates/webpages/requirement_spec_risk/list.html b/templates/webpages/requirement_spec_risk/list.html index 1803b0f3d..cca09b99b 100644 --- a/templates/webpages/requirement_spec_risk/list.html +++ b/templates/webpages/requirement_spec_risk/list.html @@ -13,7 +13,7 @@ - + @@ -21,7 +21,7 @@ [%- FOREACH requirement_spec_risk = REQUIREMENT_SPEC_RISKS %] - +
[ LxERP.t8([%- LxERP.t8( [%- LxERP.t8("Description") %]
[ LxERP.t8([%- LxERP.t8( requirement_spec_risk.id) %]"> [%- HTML.escape(requirement_spec_risk.description) %] diff --git a/templates/webpages/requirement_spec_status/list.html b/templates/webpages/requirement_spec_status/list.html index 35b78c9b1..6c2d0e47f 100644 --- a/templates/webpages/requirement_spec_status/list.html +++ b/templates/webpages/requirement_spec_status/list.html @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ [%- FOREACH requirement_spec_status = REQUIREMENT_SPEC_STATUSES %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- LxERP.t8('Name') %] [%- LxERP.t8('Description') %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(requirement_spec_status.name) %] diff --git a/templates/webpages/requirement_spec_type/list.html b/templates/webpages/requirement_spec_type/list.html index 3c81986d8..b215d9287 100644 --- a/templates/webpages/requirement_spec_type/list.html +++ b/templates/webpages/requirement_spec_type/list.html @@ -13,7 +13,7 @@ - + @@ -23,7 +23,7 @@ [%- FOREACH requirement_spec_type = REQUIREMENT_SPEC_TYPES %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- LxERP.t8('Description') %] [%- LxERP.t8('Section number format') %] [%- LxERP.t8('Function block number format') %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(requirement_spec_type.description) %] diff --git a/templates/webpages/taxzones/list.html b/templates/webpages/taxzones/list.html index 0229804f3..46c1a0ba1 100644 --- a/templates/webpages/taxzones/list.html +++ b/templates/webpages/taxzones/list.html @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ [%- FOREACH tz = TAXZONES %] - + [%- END %] -- 2.20.1
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(tz.description) %]