[freeside-commits] freeside/httemplate/elements menu.html, 1.122, 1.123

Mark Wells mark at wavetail.420.am
Fri May 20 13:19:46 PDT 2011


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

Modified Files:
	menu.html 
Log Message:
logging of template-generated mail, #12809

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -w -d -r1.122 -r1.123
--- menu.html	19 May 2011 00:11:30 -0000	1.122
+++ menu.html	20 May 2011 20:19:44 -0000	1.123
@@ -414,6 +414,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{'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