1 [% USE LxERP %][% USE HTML %]
 
   2  <div class="listtop">[% title %]</div>
 
   5   [%- LxERP.t8('Starting with version 2.6.3 the configuration files in "config" have been consolidated.') %]
 
   6   [%- LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/kivitendo.conf" still exist:') %]
 
  10   [%- FOREACH file = FILES %]
 
  11    <li><code>config/[%- HTML.escape(file) %]</code></li>
 
  16   [%- LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using kivitendo.') %]
 
  20   [%- LxERP.t8('You can find information on the migration in the upgrade chapter of the documentation.') %]
 
  24   [%- LxERP.t8('Which is located at doc/kivitendo-Dokumentation.pdf. Click here: ') %] <a href ="doc/kivitendo-Dokumentation.pdf">doc/kivitendo-Dokumentation.pdf</a>
 
  28   <a href="controller.pl?action=LoginScreen/user_login">[%- LxERP.t8('Back to login') %]</a>