Vorlagenname werden in Zukunft nicht mehr _master.html als Postfix haben
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 9 Jul 2010 13:43:39 +0000 (15:43 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 9 Jul 2010 13:43:39 +0000 (15:43 +0200)
templates/webpages/ir/form_footer_master.html
templates/webpages/is/form_footer_master.html
templates/webpages/login/company_logo_master.html

index 751b2d7..9e75178 100644 (file)
    </td>
   </tr>
 
-[% 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' %]
 
   <tr>
     <td><hr size="3" noshade></td>
index 36133a2..314e65a 100644 (file)
    </td>
   </tr>
 
-[% 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' %]
 
   <tr>
     <td><hr size="3" noshade></td>
index 4dbcde3..a306456 100644 (file)
@@ -41,8 +41,7 @@
    </table>
 
    <noscript>
-   [%- SET information_template = 'generic/information_' _ LxERP.t8('master') _ '.html' %]
-   [% INCLUDE $information_template
+   [% INCLUDE 'generic/information.html'
      title_information = LxERP.t8('Your browser does not currently support Javascript.'),
      label_information = LxERP.t8('A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'),
    %]