Revision 540c0b5e
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
4 | 4 |
[% UNLESS is_links %] |
5 | 5 |
<span class="frame-header-element frame-header-left"> |
6 | 6 |
[<a href="JavaScript:Switch_Menu();" title="[% 'Switch Menu on / off' | $T8 %]">[% 'Menu' | $T8 %]</a>] |
7 |
[<a HREF="login.pl" target="_blank" title="[% 'Open a further kivitendo Window or Tab' | $T8 %]">[% 'New Win/Tab' | $T8 %]</a>]
|
|
7 |
[<a href="controller.pl?action=LoginScreen/user_login" target="_blank" title="[% 'Open a further kivitendo Window or Tab' | $T8 %]">[% 'New Win/Tab' | $T8 %]</a>]
|
|
8 | 8 |
[<a href="JavaScript:top.main_window.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>] |
9 | 9 |
[<a href="Javascript:top.main_window.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>] |
10 | 10 |
[<a href="Javascript:top.main_window.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>] |
... | ... | |
23 | 23 |
<span class="frame-header-element frame-header-right"> |
24 | 24 |
[% 'User' | $T8 %]: |
25 | 25 |
[% MYCONFIG.login %] |
26 |
[<a href="login.pl?action=logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
|
|
26 |
[<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
|
|
27 | 27 |
[% now.to_lxoffice %] - |
28 | 28 |
[% now.hms %] |
29 | 29 |
</span> |
Auch abrufbar als: Unified diff
User-Login auf Controller umgestellt