Leerzeichen zwischen den Sätzen nicht klempen.
[kivitendo-erp.git] / templates / webpages / login / auth_db_needs_update.html
1 [%- USE LxERP %]
2 <body>
3
4  <p><b>[% LxERP.t8('Error!') %]</b></p>
5
6  <p>
7   [% LxERP.t8('Lx-Office needs to update the authentication database before you can proceed.') %]
8   [% LxERP.t8('Please log in to the administration panel.') %]
9   [% LxERP.t8('Lx-Office will then update the database automatically.') %]
10  </p>
11
12  <hr>
13  <p>
14   [% LxERP.t8('For further information read this:') %]
15   <a href="doc/INSTALL.html#Benutzerauthentifizierung-und-Administratorpasswort" target="_blank">Lx-Office Installation</a><br>
16   [% LxERP.t8('Or download the whole Installation Documentation as PDF (110kB) for off-line study (currently in German Language).') %]
17   <a href="doc/Lx-Office_Installation_DE.pdf">Lx-Office_Installation_DE.pdf</a>
18  </p>
19
20  <hr>
21
22  <p>
23   <a href="login.pl" target="_top">[% LxERP.t8('Login') %]</a> |
24   <a href="admin.pl" target="_top">[% LxERP.t8('Administration') %]</a>
25  </p>
26
27 </body>
28 </html>