Beim Userloginbildschirm Links zur Administration und zur Dokumentation anzeigen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 18 Jun 2013 10:42:41 +0000 (12:42 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 18 Jun 2013 10:49:47 +0000 (12:49 +0200)
css/kivitendo/main.css
templates/webpages/admin/adminlogin.html
templates/webpages/login_screen/user_login.html

index c2ef521..9e55c4e 100644 (file)
@@ -91,12 +91,12 @@ th {
        font-weight: bold;
 }
 /* login and admin */
-.login a, .login a:visited, .login a:hover {
+a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover {
        text-decoration: none !important;
        background-color:transparent !important;
        border:none;
 }
-.login a:hover {
+a.no-underlined-links:hover {
        background: none;
 }
 body.login {
index 8c0d821..80a78e8 100644 (file)
@@ -5,7 +5,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>[% LxERP.t8('kivitendo v#1 administration', FORM.version) %]</h1>
 
 [% IF error %]
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>