From cb6d74e65f317419b956fab45952d886afcaeee3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 20 Jul 2010 10:42:39 +0200 Subject: [PATCH] Umstellung Funktionsaufrufe auf Dispatcher-Mechanismus Conflicts: templates/webpages/ap/ap_transactions_bottom.html templates/webpages/ar/ar_transactions_bottom.html templates/webpages/bankaccounts/bank_account_list_bottom.html templates/webpages/ct/list_names_bottom.html templates/webpages/dunning/show_dunning_bottom.html templates/webpages/gl/generate_report_bottom.html templates/webpages/ic/generate_report_bottom.html --- templates/webpages/ap/ap_transactions_bottom.html | 7 +++---- templates/webpages/ar/ar_transactions_bottom.html | 7 +++---- .../bankaccounts/bank_account_list_bottom.html | 10 ++++------ templates/webpages/ct/list_names_bottom.html | 5 ++--- templates/webpages/dunning/show_dunning_bottom.html | 3 ++- templates/webpages/gl/generate_report_bottom.html | 13 ++++++------- templates/webpages/ic/generate_report_bottom.html | 3 ++- 7 files changed, 22 insertions(+), 26 deletions(-) diff --git a/templates/webpages/ap/ap_transactions_bottom.html b/templates/webpages/ap/ap_transactions_bottom.html index abc51a197..20bcf372c 100644 --- a/templates/webpages/ap/ap_transactions_bottom.html +++ b/templates/webpages/ap/ap_transactions_bottom.html @@ -1,12 +1,11 @@ -[%- USE T8 %] -[% USE HTML %]
+[% USE T8 %][% USE HTML %] [% 'Create new' | $T8 %]
- - + +
diff --git a/templates/webpages/ar/ar_transactions_bottom.html b/templates/webpages/ar/ar_transactions_bottom.html index 57bacca38..f05c8a274 100644 --- a/templates/webpages/ar/ar_transactions_bottom.html +++ b/templates/webpages/ar/ar_transactions_bottom.html @@ -1,12 +1,11 @@ -[%- USE T8 %] -[% USE HTML %]
+[% USE T8 %][% USE HTML %] [% 'Create new' | $T8 %]
- - + +
diff --git a/templates/webpages/bankaccounts/bank_account_list_bottom.html b/templates/webpages/bankaccounts/bank_account_list_bottom.html index eeab8cc35..8542aab74 100644 --- a/templates/webpages/bankaccounts/bank_account_list_bottom.html +++ b/templates/webpages/bankaccounts/bank_account_list_bottom.html @@ -1,12 +1,10 @@ -[%- USE T8 %] -[% USE HTML %] -
+[% USE T8 %][% USE HTML %] +

- [% 'New bank account' | $T8 %]
- + [%- 'New bank account' | $T8 %]
+

-
diff --git a/templates/webpages/ct/list_names_bottom.html b/templates/webpages/ct/list_names_bottom.html index 0fd53897e..7faabc311 100644 --- a/templates/webpages/ct/list_names_bottom.html +++ b/templates/webpages/ct/list_names_bottom.html @@ -1,11 +1,10 @@ -[%- USE T8 %] -[% USE HTML %]
+[% USE T8 %][% USE HTML %] [% IF IS_CUSTOMER %][% 'New customer' | $T8 %][% ELSE %][% 'New vendor' | $T8 %][% END %]
- +
diff --git a/templates/webpages/dunning/show_dunning_bottom.html b/templates/webpages/dunning/show_dunning_bottom.html index 8230082bc..0f452a46d 100644 --- a/templates/webpages/dunning/show_dunning_bottom.html +++ b/templates/webpages/dunning/show_dunning_bottom.html @@ -6,7 +6,8 @@

[% 'Dunnings' | $T8 %]
- + +

diff --git a/templates/webpages/gl/generate_report_bottom.html b/templates/webpages/gl/generate_report_bottom.html index eb093a004..98d5c718c 100644 --- a/templates/webpages/gl/generate_report_bottom.html +++ b/templates/webpages/gl/generate_report_bottom.html @@ -1,12 +1,11 @@ -[%- USE T8 %] -[% USE HTML %]
+[% USE T8 %][% USE HTML %] - - - - - + + + + +
diff --git a/templates/webpages/ic/generate_report_bottom.html b/templates/webpages/ic/generate_report_bottom.html index 17d42afc4..499cdcb8f 100644 --- a/templates/webpages/ic/generate_report_bottom.html +++ b/templates/webpages/ic/generate_report_bottom.html @@ -4,6 +4,7 @@ + [% SWITCH searchitems %] [% CASE 'part' %][% 'New part' | $T8 %] @@ -11,6 +12,6 @@ [% CASE 'assembly' %][% 'New assembly' | $T8 %] [% END %]
- + -- 2.20.1