X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmenu%2Fheader.html;h=09db656efa9bf78fe464fb5df6c4f5863e27028e;hb=08e48f66590f580cbe2c8e3df76883d88b4c0fef;hp=0ad43f50f2ac0fd3f4756291bac5745b08db09f3;hpb=f3548f890e3ec8e06d5a03bc76117d3649aa652a;p=kivitendo-erp.git diff --git a/templates/webpages/menu/header.html b/templates/webpages/menu/header.html index 0ad43f50f..09db656ef 100644 --- a/templates/webpages/menu/header.html +++ b/templates/webpages/menu/header.html @@ -1,22 +1,23 @@ [%- USE T8 %][%- USE LxERP -%] +[%- UNLESS skip_frame_header %]
-[% UNLESS is_links %] +[%- UNLESS is_links %] - [[% 'Menu' | $T8 %]] [[% 'New window/tab' | $T8 %]] [[% 'Print' | $T8 %]] - [[% 'Back' | $T8 %]] - [[% 'Fwd' | $T8 %]] [%- END %] - [% 'User' | $T8 %]: - [% MYCONFIG.login | html %] - [[% 'Logout' | $T8 %]] - [% now.to_lxoffice %] - - [% now.hms %] + [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] - + [% 'Client' | $T8 %]: [% AUTH.client.name | html %] - + [% 'Logout' | $T8 %]] - [% LxERP.t8('Loading...') %] + [% LxERP.t8('Loading...') %] +[%- FOREACH search = quick_search.enabled_modules %] + +[%- END %] +
+[%- END %]