Links zur Dokumentation (dokumentation.pdf) angepasst.
[kivitendo-erp.git] / templates / webpages / admin / adminlogin.html
index e821874..a059c84 100644 (file)
@@ -1,16 +1,17 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
-
+[% USE HTML %]
+[% USE LxERP%]
+<body class="admin" onload="document.getElementById('rpw').focus()">
  <div align="center">
 
   <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
 
-  <h1 class="login">[% 'Version' | $T8 %] [% HTML.escape(version) %]</h1>
+  <h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>
 
   <h2>[% 'Administration' | $T8 %]</h2>
 
   [% IF error_message %]
-  <p><span class="error_message">[% error_message %]</span></p>
+  <p><span class="message_error_login">[% error_message %]</span></p>
   [% END %]
 
   <form method="post" action="admin.pl">
@@ -26,7 +27,9 @@
 
   </form>
 
-  <p><a href="http://www.lx-office.org/">[% 'Lx-Office website' | $T8 %]</a></p>
+  <p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>
+
+  <p><a href="login.pl" target="_top">[%- LxERP.t8('Back to the login page') %]</a></p>
 
  </div>