X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..0d37f1e8:/templates/webpages/menu/header.html diff --git a/templates/webpages/menu/header.html b/templates/webpages/menu/header.html index b798c11b8..f7ba0ee3a 100644 --- a/templates/webpages/menu/header.html +++ b/templates/webpages/menu/header.html @@ -1,22 +1,25 @@ [%- 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 %] - [% 'Client' | $T8 %]: [% AUTH.client.name | html %] - [% 'Logout' | $T8 %]] - [% now.to_lxoffice %] - - [% now.hms %] [% LxERP.t8('Loading...') %]
+[%- END %]