[freeside-commits] freeside/httemplate/elements menu.html, 1.129.2.2, 1.129.2.3

Ivan,,, ivan at wavetail.420.am
Thu Oct 20 07:02:30 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv7055

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	menu.html 
Log Message:
use generic Configuration ACL for browsing the outgoing email log

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.129.2.2
retrieving revision 1.129.2.3
diff -u -w -d -r1.129.2.2 -r1.129.2.3
--- menu.html	14 Oct 2011 23:10:40 -0000	1.129.2.2
+++ menu.html	20 Oct 2011 14:02:27 -0000	1.129.2.3
@@ -412,8 +412,8 @@
   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' ]



More information about the freeside-commits mailing list