use generic Configuration ACL for browsing the outgoing email log
authorivan <ivan>
Thu, 20 Oct 2011 14:02:27 +0000 (14:02 +0000)
committerivan <ivan>
Thu, 20 Oct 2011 14:02:27 +0000 (14:02 +0000)
httemplate/elements/menu.html

index 4999870..c93e314 100644 (file)
@@ -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' ]