Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1c25456e

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 1c25456ea69027b155e625d15d6b0683a5a58f1a
  • Vorgänger e2f3e23d
  • Nachfolger d82316f7

Beim Userloginbildschirm Links zur Administration und zur Dokumentation anzeigen

Unterschiede anzeigen:

css/kivitendo/main.css
91 91
	font-weight: bold;
92 92
}
93 93
/* login and admin */
94
.login a, .login a:visited, .login a:hover {
94
a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover {
95 95
	text-decoration: none !important;
96 96
	background-color:transparent !important;
97 97
	border:none;
98 98
}
99
.login a:hover {
99
a.no-underlined-links:hover {
100 100
	background: none;
101 101
}
102 102
body.login {
templates/webpages/admin/adminlogin.html
5 5
  <table class="login" border="3" cellpadding="20">
6 6
   <tr>
7 7
    <td class="login" align="center">
8
     <a href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0"></a>
8
     <a href="http://www.kivitendo.de" target="_top" class="no-underlined-links"><img src="image/kivitendo.png" border="0"></a>
9 9
     <h1>[% LxERP.t8('kivitendo v#1 administration', FORM.version) %]</h1>
10 10

  
11 11
[% IF error %]
templates/webpages/login_screen/user_login.html
4 4
  <table class="login" border="3" cellpadding="20">
5 5
   <tr>
6 6
    <td class="login" align="center">
7
     <a href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0"></a>
7
     <a href="http://www.kivitendo.de" target="_top" class="no-underlined-links"><img src="image/kivitendo.png" border="0"></a>
8 8
     <h1>[% 'kivitendo' | $T8 %] [% version %]</h1>
9 9

  
10 10
[% IF error %]
......
61 61
    </td>
62 62
   </tr>
63 63
  </table>
64

  
65
  <p>
66
   <a href="controller.pl?action=Admin/login" target="_top">[%- LxERP.t8('Administration area') %]</a>
67
   &nbsp;|&nbsp;
68
   <a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('Documentation') %]</a>
69
  </p>

Auch abrufbar als: Unified diff