Revision 1c25456e
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
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 {
|
templates/webpages/admin/adminlogin.html | ||
---|---|---|
<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 %]
|
templates/webpages/login_screen/user_login.html | ||
---|---|---|
<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 %]
|
||
... | ... | |
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<p>
|
||
<a href="controller.pl?action=Admin/login" target="_top">[%- LxERP.t8('Administration area') %]</a>
|
||
|
|
||
<a href="doc/kivitendo-Dokumentation.pdf" target="_top">[%- LxERP.t8('Documentation') %]</a>
|
||
</p>
|
Auch abrufbar als: Unified diff
Beim Userloginbildschirm Links zur Administration und zur Dokumentation anzeigen