Revision 4d1d047b
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/webpages/admin/adminlogin.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body class="admin" onload="document.getElementById('rpw').focus()"> |
|
3 |
<p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p> |
|
2 |
[% USE HTML %] |
|
3 |
[% USE LxERP%] |
|
4 |
<body class="admin" onload="document.getElementById('rpw').focus()"> |
|
4 | 5 |
<div align="center"> |
5 | 6 |
|
6 | 7 |
<a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a> |
... | ... | |
28 | 29 |
|
29 | 30 |
<p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p> |
30 | 31 |
|
32 |
<p><a href="login.pl">[%- LxERP.t8('Back to the login page') %]</a></p> |
|
33 |
|
|
31 | 34 |
</div> |
32 | 35 |
|
33 | 36 |
</body> |
Auch abrufbar als: Unified diff
"Zurück"-Buttons im Adminbereich durch einfache Links ersetzt, sofern ihr Ziel eindeutig ist