Revision 57d1e5a2
Von Hans Peter Schlaepfer vor fast 6 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
1 |
[%- USE T8 %][%- USE LxERP -%] |
|
2 |
[%- UNLESS skip_frame_header %] |
|
3 |
<div id="frame-header"> |
|
4 |
[%- UNLESS is_links %] |
|
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>] |
|
8 |
</span> |
|
9 |
[%- END %] |
|
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>] |
|
14 |
</span> |
|
15 |
<span class="frame-header-element frame-header-right" id="ajax-spinner"> |
|
16 |
<img src="image/spinner-white.gif" alt="[% LxERP.t8('Loading...') %]"> |
|
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 %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE LxERP %] |
|
21 | 3 |
|
4 |
[% UNLESS skip_frame_header %] |
|
5 |
<div id="frame-header"> |
|
6 |
[% UNLESS is_links %] |
|
7 |
<span class="frame-header-element frame-header-left"> |
|
8 |
<span><a href="controller.pl?action=LoginScreen/user_login" title="[% 'Home' | $T8 %]"><img alt="[% 'Home' | $T8 %]" src="image/header-icon-home.png"></a></span> |
|
9 |
<span><a href="controller.pl?action=LoginScreen/user_login" target="_blank" title="[% 'Open a further kivitendo window or tab' | $T8 %]"><img alt="[% 'New window/tab' | $T8 %]" src="image/header-icon-new-window.png"></a></span> |
|
10 |
<span><a href="JavaScript:top.print();" title="[% 'Hardcopy' | $T8 %]"><img alt="[% 'Print' | $T8 %]" src="image/header-icon-print.png"></a></span> |
|
11 |
</span> |
|
12 |
[% END %] |
|
13 |
<span class="frame-header-element frame-header-right"> |
|
14 |
<span title="[% 'Mandate' | $T8 %]" class="mandate">[% AUTH.client.name | html %]</span> |
|
15 |
<span><a href="am.pl?action=config" title="[% 'User' | $T8 %]: [% MYCONFIG.login | html %] / [% 'Client' | $T8 %]: [% AUTH.client.name | html %]"><!-- [% #MYCONFIG.login | html %] / [% #AUTH.client.name | html %] --><img alt="[% 'User' | $T8 %]/[% 'Client' | $T8 %]" src="image/header-icon-user.png"></a></span> |
|
16 |
<span><a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]"><img alt="[% 'Logout' | $T8 %]" src="image/header-icon-logout.png"></a></span> |
|
17 |
</span> |
|
18 |
<span class="frame-header-element frame-header-right" id="ajax-spinner"> |
|
19 |
<img src="image/spinner-white.gif" alt="[% LxERP.t8('Loading...') %]"> |
|
20 |
</span> |
|
21 |
<div class="frame-header-quicksearch"> |
|
22 |
[% FOREACH search = quick_search.enabled_modules %] |
|
23 |
<span class='frame-header-quicksearch'><input type="text" id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20" class="quick-search"></span> |
|
24 |
[% END %] |
|
25 |
</div> |
|
22 | 26 |
</div> |
23 |
[%- END %] |
|
27 |
[% END %] |
Auch abrufbar als: Unified diff
Neues kivitendo Design Aenderungen in templates/webpages/m*
Dateien mass_delivery_order_print/* mass_invoice_create_print_from_do/*
menu/*