Revision 66fab876
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
templates/webpages/menu/header.html | ||
---|---|---|
1 |
[%- USE T8 %][%- USE LxERP -%] |
|
1 |
[%- USE T8 %][%- USE LxERP -%][%- USE HTML -%]
|
|
2 | 2 |
[%- UNLESS skip_frame_header %] |
3 | 3 |
<div id="frame-header"> |
4 | 4 |
[%- UNLESS is_links %] |
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 |
[%- IF help_context %] |
|
9 |
[<a href="controller.pl?action=Help/show&context=[% HTML.url(help_context) %]" target="_kivitendo_help", title="[% LxERP.t8("Open kivitendo's help system in a new window") %]">[% LxERP.t8("Help") %]</a>] |
|
10 |
[%- END %] |
|
8 | 11 |
|
9 | 12 |
[%- FOREACH search = quick_search.enabled_modules %] |
10 | 13 |
[<input id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20">] |
Auch abrufbar als: Unified diff
Hilfesystem: Hilfe-Link anzeigen; Hilfe-Seiten zu Kontext anzeigen; Hilfe-Start-Seite