[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.13, 1.100.2.14
Mark Wells
mark at wavetail.420.am
Fri May 20 13:19:27 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv12171/httemplate/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.100.2.13
retrieving revision 1.100.2.14
diff -u -w -d -r1.100.2.13 -r1.100.2.14
--- menu.html 19 May 2011 00:11:31 -0000 1.100.2.13
+++ menu.html 20 May 2011 20:19:25 -0000 1.100.2.14
@@ -391,6 +391,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