From: Bernd Bleßmann Date: Tue, 10 Dec 2013 22:00:14 +0000 (+0100) Subject: Weitere Tipp- und Copy-Paste-Fehler korrigiert. X-Git-Tag: release-3.1.0beta1~22^2~96 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=80e089cde98dca7aeb4bc6c962333d6e676201aa;p=kivitendo-erp.git Weitere Tipp- und Copy-Paste-Fehler korrigiert. --- diff --git a/templates/webpages/am/edit_units.html b/templates/webpages/am/edit_units.html index c8d6ae717..db3ae6558 100644 --- a/templates/webpages/am/edit_units.html +++ b/templates/webpages/am/edit_units.html @@ -83,7 +83,7 @@ - + @@ -97,7 +97,7 @@ [% FOREACH row = UNITS %] - + [% IF row.in_use %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Delete' | $T8 %] [% 'Unit' | $T8 %] [% 'Base unit' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] diff --git a/templates/webpages/am/list_price_factors.html b/templates/webpages/am/list_price_factors.html index 6b3757b3b..4e91ca3be 100644 --- a/templates/webpages/am/list_price_factors.html +++ b/templates/webpages/am/list_price_factors.html @@ -9,7 +9,7 @@ - + @@ -18,7 +18,7 @@ [% FOREACH factor = PRICE_FACTORS %] - + diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 958913a08..dde162cbf 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -8,7 +8,7 @@

[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Factor' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(factor.description) %] [% HTML.escape(factor.factor) %]
- + @@ -16,7 +16,7 @@ [% FOREACH warehouse = WAREHOUSES %] - + diff --git a/templates/webpages/custom_variable_config/list.html b/templates/webpages/custom_variable_config/list.html index 74f90a20e..1f264295f 100644 --- a/templates/webpages/custom_variable_config/list.html +++ b/templates/webpages/custom_variable_config/list.html @@ -11,7 +11,7 @@
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Number of bins' | $T8 %] [% 'Invalid' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(warehouse.description) %] [% HTML.escape(warehouse.number_of_bins) %] [% IF warehouse.invalid %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %]
- + @@ -26,7 +26,7 @@ [%- FOREACH cfg = CONFIGS %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Name' | $T8 %] [% 'Description' | $T8 %] [% 'Type' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(cfg.name) %]