X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmenu%2Fheader.html;h=f7ba0ee3a92f023cfecf8ee7df6fb401186ea135;hb=78bf6632c3216a3e1a0bf172c5c81fe30f2c402f;hp=869479fee6285c6ad7943fd2aa7d550198b427f2;hpb=83a428a3645a67a34d5b1ee8d2d7cf8add292305;p=kivitendo-erp.git diff --git a/templates/webpages/menu/header.html b/templates/webpages/menu/header.html index 869479fee..f7ba0ee3a 100644 --- a/templates/webpages/menu/header.html +++ b/templates/webpages/menu/header.html @@ -1,19 +1,25 @@ -[%- USE T8 %] +[%- 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 %]] +[%- IF AUTH.assert('customer_vendor_edit|customer_vendor_edit_all', 1) %] + [] +[%- END %] +[%- IF AUTH.assert('general_ledger', 1) %] + [] +[%- END %] [%- 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...') %]
+[%- END %]