</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>
</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>
</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.'),
%]