X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b014f09648ca9e46ed4e53fc7d9e55a5d837c2f5..a27cd427a2689b49a7642884edd2d24555305a4b:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 3ef266065..23a9771e7 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1060,6 +1060,8 @@ sub all_rights_full { ["email_bcc", $locale->text("May set the BCC field when sending emails")], ["config", $locale->text("Change kivitendo installation settings (all menu entries beneath 'System')")], ["admin", $locale->text("Administration (Used to access instance administration from user logins)")], + ["productivity", $locale->text("Productivity")], + ["display_admin_link", $locale->text("Show administration link")], ); return @all_rights;