X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=c93e314056e7b4c4a08375e3e9596c56c0c24442;hb=f50aec4429256d76455d63366d81c981fe084e32;hp=b59e43b912c20d583bb29ad94cbc507f0ba1f008;hpb=dac4bb8dc3fcdd36fdcaf445c12134103a9d599e;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b59e43b91..c93e31405 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -412,8 +412,8 @@ $tools_menu{'Time Queue'} = [ $fsurl.'search/report_timeworked.html', 'View pen if $curuser->access_right('Time queue'); $tools_menu{'Attachments'} = [ $fsurl.'browse/cust_attachment.html', 'View customer attachments' ] if !$conf->config('disable_cust_attachment') and $curuser->access_right('View attachments') and $curuser->access_right('Browse attachments'); -$tools_menu{'Outgoing messages'} = [ $fsurl.'search/cust_msg.html', 'View outgoing message log' ] - if $curuser->access_right('View customers of all agents'); +$tools_menu{'Outgoing messages'} = [ $fsurl.'search/cust_msg.html', 'View outgoing message log' ] #shouldn't this be in the reports menu? + if $curuser->access_right('Configuration'); $tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ] if $curuser->access_right('Import'); $tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ] @@ -552,6 +552,7 @@ $config_misc{'Hardware types'} = [ $fsurl.'browse/hardware_class.html', 'Set up if ( $curuser->access_right('Configuration') ) { $config_misc{'RADIUS Groups'} = [ $fsurl.'browse/radius_group.html', 'Manage RADIUS groups' ]; $config_misc{'RADIUS Clients'} = [ $fsurl.'browse/nas.html', 'Manage RADIUS clients' ]; +} tie my %config_menu, 'Tie::IxHash'; if ( $curuser->access_right('Configuration' ) ) {