From 9c0ec2622da20eb96c8b4bbd98a8cce47cb8a6ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 12 Aug 2013 13:17:13 +0200 Subject: [PATCH] Kosmetik: Leerzeichen am Zeilenende entfernt. --- SL/AR.pm | 2 +- .../webpages/dbupgrade/cp_greeting_update_form.html | 2 +- templates/webpages/dbupgrade/tax_constraints.html | 10 +++++----- templates/webpages/generic/error.html | 4 ++-- templates/webpages/ic/choice.html | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/SL/AR.pm b/SL/AR.pm index ca3f61a26..adffeb6bc 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -516,7 +516,7 @@ sub ar_transactions { my $where = "1 = 1"; - unless ( $::auth->assert('show_ar_transactions', 1) ) { + unless ( $::auth->assert('show_ar_transactions', 1) ) { $where .= " AND NOT invoice = 'f' "; # remove ar transactions from Sales -> Reports -> Invoices }; diff --git a/templates/webpages/dbupgrade/cp_greeting_update_form.html b/templates/webpages/dbupgrade/cp_greeting_update_form.html index b4cb3345b..1c154e864 100644 --- a/templates/webpages/dbupgrade/cp_greeting_update_form.html +++ b/templates/webpages/dbupgrade/cp_greeting_update_form.html @@ -30,7 +30,7 @@ The data from the cp_greeting field will now be dropped. To prevent any data los
[% title_table %] - + diff --git a/templates/webpages/dbupgrade/tax_constraints.html b/templates/webpages/dbupgrade/tax_constraints.html index 085e9fb15..52e02b4f7 100644 --- a/templates/webpages/dbupgrade/tax_constraints.html +++ b/templates/webpages/dbupgrade/tax_constraints.html @@ -16,7 +16,7 @@ [% 'tax_taxdescription' | $T8 %] [% 'tax_rate' | $T8 %] - + [% SET row_odd = '1' %][% FOREACH row = TAX %] [% HTML.escape(row.taxkey) %] @@ -25,9 +25,9 @@ [% END %] - + [% END %] - + [% IF taxkey_is_null %]

[% 'There are entries in tax where taxkey is NULL.' | $T8 %]

[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]

@@ -38,7 +38,7 @@ [% 'taxnumber' | $T8 %] [% 'account_description' | $T8 %] - + [% SET row_odd = '1' %][% FOREACH row = TAX %] [% HTML.escape(row.taxdescription) %] @@ -48,6 +48,6 @@ [% END %] - + [% END %] diff --git a/templates/webpages/generic/error.html b/templates/webpages/generic/error.html index 47defefeb..a77f86211 100644 --- a/templates/webpages/generic/error.html +++ b/templates/webpages/generic/error.html @@ -4,9 +4,9 @@
[% IF title_error %][% title_error %][% ELSE %][% 'Error!' | $T8 %][% END %]

[% label_error %]

- +

- + [%- IF SHOW_BACK_BUTTON %]

diff --git a/templates/webpages/ic/choice.html b/templates/webpages/ic/choice.html index 7f8ea040f..938c0015a 100644 --- a/templates/webpages/ic/choice.html +++ b/templates/webpages/ic/choice.html @@ -5,7 +5,7 @@ [%- FOREACH row = HIDDENS %] - + [%- END %]

-- 2.20.1