summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2011-10-20 14:02:27 +0000
committerivan <ivan>2011-10-20 14:02:27 +0000
commitf50aec4429256d76455d63366d81c981fe084e32 (patch)
tree936cb6650ee1fb274b1db6491b92c69f8f73b004 /httemplate/elements
parentf306f5bf02319e5d89fb603ae34a900916e8cba5 (diff)
use generic Configuration ACL for browsing the outgoing email log
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 499987069..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' ]