Revision bd38635d
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
5 | 5 |
<span class="frame-header-element frame-header-left"> |
6 | 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 | 7 |
[<a href="JavaScript:top.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>] |
8 |
|
|
9 |
[%- FOREACH search = quick_search.enabled_modules %] |
|
10 |
[<input id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20">] |
|
11 |
[%- END %] |
|
12 |
|
|
13 | 8 |
</span> |
14 | 9 |
[%- END %] |
15 | 10 |
<span class="frame-header-element frame-header-right"> |
... | ... | |
18 | 13 |
<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>] |
19 | 14 |
</span> |
20 | 15 |
<span class="frame-header-element frame-header-right" id="ajax-spinner"> |
21 |
<img src="image/[% IF MYCONFIG.stylesheet == 'lx-office-erp.css' %]spinner-blue.gif[% ELSE %]spinner-white.gif[% END %]" alt="[% LxERP.t8('Loading...') %]">
|
|
16 |
<img src="image/spinner-white.gif" alt="[% LxERP.t8('Loading...') %]">
|
|
22 | 17 |
</span> |
18 |
[%- 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 |
[%- END %] |
|
21 |
|
|
23 | 22 |
</div> |
24 | 23 |
[%- END %] |
Auch abrufbar als: Unified diff
header css: Schnellsuchen überlagern nicht mehr den rechten Block
behebt #268