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