Revision a85900cb
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
3 | 3 |
<div id="frame-header"> |
4 | 4 |
[%- UNLESS is_links %] |
5 | 5 |
<span class="frame-header-element frame-header-left"> |
6 |
[<a href="controller.pl?action=LoginScreen/user_login" target="_blank" title="[% 'Open a further kivitendo window or tab' | $T8 %]">[% 'New window/tab' | $T8 %]</a>]
|
|
7 |
[<a href="JavaScript:top.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>]
|
|
6 |
<a href="controller.pl?action=LoginScreen/user_login" target="_blank" title="[% 'Open a further kivitendo window or tab' | $T8 %]">[% 'New window/tab' | $T8 %]</a>
|
|
7 |
<a href="JavaScript:top.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>
|
|
8 | 8 |
</span> |
9 | 9 |
[%- END %] |
10 | 10 |
<span class="frame-header-element frame-header-right"> |
11 |
[[% 'User' | $T8 %]: [% MYCONFIG.login | html %] -
|
|
12 |
[% 'Client' | $T8 %]: [% AUTH.client.name | html %] -
|
|
13 |
<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
|
|
11 |
<span title="[% 'User' | $T8 %]: [% MYCONFIG.login | html %] / [% 'Client' | $T8 %]: [% AUTH.client.name | html %]">[% MYCONFIG.login | html %] /
|
|
12 |
[% AUTH.client.name | html %]</span>
|
|
13 |
<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a> |
|
14 | 14 |
</span> |
15 | 15 |
<span class="frame-header-element frame-header-right" id="ajax-spinner"> |
16 | 16 |
<img src="image/spinner-white.gif" alt="[% LxERP.t8('Loading...') %]"> |
17 | 17 |
</span> |
18 |
<div class="frame-header-quicksearch"> |
|
18 | 19 |
[%- FOREACH search = quick_search.enabled_modules %] |
19 |
<span class='frame-header-quicksearch'><input id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20"></span> |
|
20 |
<span class='frame-header-quicksearch'><input id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20" class="quick-search"></span>
|
|
20 | 21 |
[%- END %] |
21 |
|
|
22 |
</div> |
|
22 | 23 |
</div> |
23 | 24 |
[%- END %] |
Auch abrufbar als: Unified diff
Preview design 4.0