Beim Userloginbildschirm Links zur Administration und zur Dokumentation anzeigen
[kivitendo-erp.git] / templates / webpages / login_screen / user_login.html
index da4d9ba..07acdfd 100644 (file)
@@ -4,7 +4,7 @@
   <table class="login" border="3" cellpadding="20">
    <tr>
     <td class="login" align="center">
-     <a href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0"></a>
+     <a href="http://www.kivitendo.de" target="_top" class="no-underlined-links"><img src="image/kivitendo.png" border="0"></a>
      <h1>[% 'kivitendo' | $T8 %] [% version %]</h1>
 
 [% IF error %]
@@ -61,3 +61,9 @@
     </td>
    </tr>
   </table>
+
+  <p>
+   <a href="controller.pl?action=Admin/login" target="_top">[%- LxERP.t8('Administration area') %]</a>
+   &nbsp;|&nbsp;
+   <a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('Documentation') %]</a>
+  </p>