Kein Umbruch bei PROCESS-Anweisungen
authorThomas Heck <theck@linet-services.de>
Mon, 1 Jul 2013 08:51:08 +0000 (10:51 +0200)
committerThomas Heck <theck@linet-services.de>
Tue, 16 Jul 2013 12:23:55 +0000 (14:23 +0200)
[% PROCESS "{Templatedatei}"
muss in einer Zeile stehen, da das locales-Script zeilenweise arbeitet.

templates/webpages/customer_vendor/tabs/contacts.html
templates/webpages/customer_vendor/tabs/custom_variables.html

index 54770a4..1238a4d 100644 (file)
           <th align="left" valign="top" nowrap>[% var.config.description | html %]</th>
 
           <td valign="top">
-            [%
-              INCLUDE 'customer_vendor/render_cvar_input.html'
-                      cvar_name_prefix = 'contact_cvars.'
+            [% PROCESS 'customer_vendor/render_cvar_input.html'
+                       cvar_name_prefix = 'contact_cvars.'
             %]
           </td>
         </tr>
index 7af8b79..a0a90f9 100644 (file)
@@ -8,9 +8,8 @@
           <th align="left" valign="top" nowrap>[% var.config.description | html %]</th>
 
           <td valign="top">
-            [%
-              INCLUDE 'customer_vendor/render_cvar_input.html'
-                      cvar_name_prefix = 'cv_cvars.'
+            [% PROCESS 'customer_vendor/render_cvar_input.html'
+                        cvar_name_prefix = 'cv_cvars.'
             %]
           </td>
         </tr>