From dbd0ae115bd9a6ba0ede24f9655a29df6bf7dc3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 9 Jul 2010 15:43:39 +0200 Subject: [PATCH] Vorlagenname werden in Zukunft nicht mehr _master.html als Postfix haben --- templates/webpages/ir/form_footer_master.html | 6 ++---- templates/webpages/is/form_footer_master.html | 6 ++---- templates/webpages/login/company_logo_master.html | 3 +-- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/templates/webpages/ir/form_footer_master.html b/templates/webpages/ir/form_footer_master.html index 751b2d73c..9e751783b 100644 --- a/templates/webpages/ir/form_footer_master.html +++ b/templates/webpages/ir/form_footer_master.html @@ -73,11 +73,9 @@ -[% SET webdav_template = 'webdav/_list_' _ LxERP.t8('master') _ '.html' %] -[% PROCESS $webdav_template %] +[% PROCESS 'webdav/_list.thml' %] -[% SET payments_template = 'ir/_payments_' _ LxERP.t8('master') _ '.html' %] -[% PROCESS $payments_template %] +[% PROCESS 'ir/_payments.html' %]
diff --git a/templates/webpages/is/form_footer_master.html b/templates/webpages/is/form_footer_master.html index 36133a297..314e65af9 100644 --- a/templates/webpages/is/form_footer_master.html +++ b/templates/webpages/is/form_footer_master.html @@ -101,11 +101,9 @@ -[% SET webdav_template = 'webdav/_list_' _ LxERP.t8('master') _ '.html' %] -[% PROCESS $webdav_template %] +[% PROCESS 'webdav/_list.html' %] -[% SET payments_template = 'is/_payments_' _ LxERP.t8('master') _ '.html' %] -[% PROCESS $payments_template %] +[% PROCESS 'is/_payments.html' %]
diff --git a/templates/webpages/login/company_logo_master.html b/templates/webpages/login/company_logo_master.html index 4dbcde37a..a30645605 100644 --- a/templates/webpages/login/company_logo_master.html +++ b/templates/webpages/login/company_logo_master.html @@ -41,8 +41,7 @@