]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/login_screen/auth_db_needs_update.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / login_screen / auth_db_needs_update.html
1 [% USE LxERP %]
2
3 <div class="wrapper">
4
5   <p><b>[% LxERP.t8('Error!') %]</b></p>
6
7   <p>
8     [% LxERP.t8('kivitendo needs to update the authentication database before you can proceed.') %]
9     [% LxERP.t8('Please log in to the administration panel.') %]
10     [% LxERP.t8('kivitendo will then update the database automatically.') %]
11   </p>
12
13   <hr>
14
15   <p>
16     [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
17     [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/kivitendo-Dokumentation.pdf" target="_blank">kivitendo-Dokumentation.pdf</a>
18   </p>
19
20   <hr>
21
22   <p>
23     <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
24     <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
25   </p>
26
27 </div><!-- /.wrapper -->