From: Thomas Heck Date: Mon, 1 Jul 2013 08:51:08 +0000 (+0200) Subject: Kein Umbruch bei PROCESS-Anweisungen X-Git-Tag: release-3.1.0beta1~161^2^2~24 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=94dadf696bb757c4dc2e9450627c3a09dddaf8ab;p=kivitendo-erp.git Kein Umbruch bei PROCESS-Anweisungen [% PROCESS "{Templatedatei}" muss in einer Zeile stehen, da das locales-Script zeilenweise arbeitet. --- diff --git a/templates/webpages/customer_vendor/tabs/contacts.html b/templates/webpages/customer_vendor/tabs/contacts.html index 54770a46c..1238a4dc3 100644 --- a/templates/webpages/customer_vendor/tabs/contacts.html +++ b/templates/webpages/customer_vendor/tabs/contacts.html @@ -210,9 +210,8 @@ [% var.config.description | html %] - [% - INCLUDE 'customer_vendor/render_cvar_input.html' - cvar_name_prefix = 'contact_cvars.' + [% PROCESS 'customer_vendor/render_cvar_input.html' + cvar_name_prefix = 'contact_cvars.' %] diff --git a/templates/webpages/customer_vendor/tabs/custom_variables.html b/templates/webpages/customer_vendor/tabs/custom_variables.html index 7af8b7932..a0a90f9e5 100644 --- a/templates/webpages/customer_vendor/tabs/custom_variables.html +++ b/templates/webpages/customer_vendor/tabs/custom_variables.html @@ -8,9 +8,8 @@ [% var.config.description | html %] - [% - INCLUDE 'customer_vendor/render_cvar_input.html' - cvar_name_prefix = 'cv_cvars.' + [% PROCESS 'customer_vendor/render_cvar_input.html' + cvar_name_prefix = 'cv_cvars.' %]