Shop: Vorgangsbezeichnung nicht bei Shopware6 implementiert
[kivitendo-erp.git] / templates / webpages / login_screen / auth_db_needs_update.html
index a15da6b..3f78117 100644 (file)
@@ -1,26 +1,22 @@
 [%- USE LxERP %]
-<body>
 
  <p><b>[% LxERP.t8('Error!') %]</b></p>
 
  <p>
-  [% LxERP.t8('Kivitendo needs to update the authentication database before you can proceed.') %]
+  [% LxERP.t8('kivitendo needs to update the authentication database before you can proceed.') %]
   [% LxERP.t8('Please log in to the administration panel.') %]
-  [% LxERP.t8('Kivitendo will then update the database automatically.') %]
+  [% LxERP.t8('kivitendo will then update the database automatically.') %]
  </p>
 
  <hr>
  <p>
-  [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">Kivitendo Installation</a><br>
-  [% 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>
+  [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
+  [% 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>
  </p>
 
  <hr>
 
  <p>
-  <a href="controller.pl?action=show" target="_top">[% LxERP.t8('Login') %]</a> |
-  <a href="admin.pl" target="_top">[% LxERP.t8('Administration') %]</a>
+  <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
+  <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
  </p>
-
-</body>
-</html>