Revision c62c6c25
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
10 | 10 |
</span> |
11 | 11 |
[%- END %] |
12 | 12 |
<span class="frame-header-element frame-header-right"> |
13 |
[% 'User' | $T8 %]:
|
|
14 |
[% MYCONFIG.login | html %]
|
|
15 |
[<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
|
|
13 |
[[% 'User' | $T8 %]: [% MYCONFIG.login | html %] -
|
|
14 |
[% 'Client' | $T8 %]: [% AUTH.client.name | html %] -
|
|
15 |
<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
|
|
16 | 16 |
[% now.to_lxoffice %] - |
17 | 17 |
[% now.hms %] |
18 | 18 |
</span> |
templates/webpages/menu/menunew.html | ||
---|---|---|
23 | 23 |
</span> |
24 | 24 |
<span class="frame-header-element frame-header-right"> |
25 | 25 |
[[% 'User' | $T8 %]: [% MYCONFIG.login | html %] - |
26 |
[% 'Client' | $T8 %]: [% AUTH.client.name | html %] - |
|
26 | 27 |
<a href="controller.pl?action=LoginScreen/logout" target="_top">[% 'logout' | $T8 %]</a>] |
27 | 28 |
[% date %] <span id='clock_id' style='position:relative'></span> |
28 | 29 |
</span> |
templates/webpages/menu/menuv3.html | ||
---|---|---|
22 | 22 |
</span> |
23 | 23 |
<span class="frame-header-element frame-header-right"> |
24 | 24 |
[[% 'User' | $T8 %]: [% MYCONFIG.login | html %] - |
25 |
[% 'Client' | $T8 %]: [% AUTH.client.name | html %] - |
|
25 | 26 |
<a href="controller.pl?action=LoginScreen/logout" target="_top">[% 'logout' | $T8 %]</a>] |
26 | 27 |
[% date %] <span id='clock_id' style='position:relative'></span> |
27 | 28 |
</span> |
Auch abrufbar als: Unified diff
Mandantennamen in allen Menü-Headern anzeigen