DebugMenu entfernt, weil es momentan nicht mehr funktioniert
[kivitendo-erp.git] / templates / webpages / menu / header.html
1 [%- USE T8 %]
2 <div id="frame-header">
3 [% UNLESS is_links %]
4  <span class="frame-header-element frame-header-left">
5     [<a href="JavaScript:Switch_Menu();" title="[% 'Switch Menu on / off' | $T8 %]">[% 'Menu' | $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     [<a href="Javascript:top.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>]
9     [<a href="Javascript:top.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>]
10  </span>
11 [%- END %]
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>]
16   [% now.to_lxoffice %] -
17   [% now.hms %]
18  </span>
19 </div>