1 [% USE LxERP %][% USE HTML %]
 
   3  <div class="listtop">[% title %]</div>
 
   6   [%- LxERP.t8('Starting with Lx-Office 2.6.3 the configuration files in "config" have been consolidated.') %]
 
   7   [%- LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/lx_office.conf" still exist:') %]
 
  11   [%- FOREACH file = FILES %]
 
  12    <li><code>config/[%- HTML.escape(file) %]</code></li>
 
  17   [%- LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using Lx-Office.') %]
 
  21   [%- LxERP.t8('You can find information on the migration in the upgrade documentation.') %]
 
  25   <a href="login.pl">[%- LxERP.t8('Back to login') %]</a>