Fix zu Bug 1849: Buttons "Loeschen" und "Buchen" bei frischen Rechnungen verschwindet...
[kivitendo-erp.git] / templates / webpages / admin / adminlogin.html
index 803d984..22e07fc 100644 (file)
@@ -1,16 +1,17 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()">
- <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+[% 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>
+  <a href="http://www.kivitendo.org"><img src="image/kivitendo.png" border="0"></a>
 
-  <h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>
+  <h3 class="login">[% 'kivitendo' | $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>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>
+  <p>[% 'kivitendo Homepage' | $T8 %]: <a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></p>
+
+  <p><a href="login.pl" target="_top">[%- LxERP.t8('Back to the login page') %]</a></p>
 
  </div>