Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / login_screen / old_configuration_files.html
1 [% USE LxERP %][% USE HTML %]
2 <h1>[% title %]</h1>
3
4  <p>
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:') %]
7  </p>
8
9  <ul>
10   [%- FOREACH file = FILES %]
11    <li><code>config/[%- HTML.escape(file) %]</code></li>
12   [%- END %]
13  </ul>
14
15  <p>
16   [%- LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using kivitendo.') %]
17  </p>
18
19  <p>
20   [%- LxERP.t8('You can find information on the migration in the upgrade chapter of the documentation.') %]
21  </p>
22   <p>
23
24   [%- LxERP.t8('Which is located at doc/kivitendo-Dokumentation.pdf. Click here: ') %] <a href ="doc/kivitendo-Dokumentation.pdf">doc/kivitendo-Dokumentation.pdf</a>
25 </p>
26
27  <p>
28   <a href="controller.pl?action=LoginScreen/user_login">[%- LxERP.t8('Back to login') %]</a>
29  </p>