X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=6268cf9dcada34add829a78a24007f1f299a1733;hb=726016f6288d017c748a8d4cdc0157ad7abfe13a;hp=fdd49623002e964207435bd6b9a8ce57c7cdbd1b;hpb=5700d83bcd475134cff8afb28307174c09116924;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index fdd496230..6268cf9dc 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -499,6 +499,9 @@ $tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ] if $curuser->access_right('Import'); $tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ] if $curuser->access_right('Export'); +$tools_menu{'Status'} = [ $fsurl.'view/Status.html', 'System status' ] + if $curuser->access_right('Configuration'); # 'View system status'); + tie my %config_employees, 'Tie::IxHash', 'Employees' => [ $fsurl.'browse/access_user.html', 'Setup internal users' ],