diff options
| author | ivan <ivan> | 2011-12-09 01:02:10 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-09 01:02:10 +0000 |
| commit | 87ff794bc37c12c22ddc03c4182e4d37446df245 (patch) | |
| tree | dbb640a928bcad204ddd2ff288d07c2bb4ed698c /httemplate/elements | |
| parent | a10741a6cb9bdc97cd4d70f6611313a3108c354c (diff) | |
Add "View email logs" ACL - "View customers of all agents" was definitely not the right ACL there
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 6bfe712f8..746a5008e 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -413,7 +413,8 @@ $tools_menu{'Time Queue'} = [ $fsurl.'search/report_timeworked.html', 'View pen $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' ] #shouldn't this be in the reports menu? - if $curuser->access_right('Configuration'); + if $curuser->access_right('View email logs') + || $curuser->access_right('Configuration'); $tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ] if $curuser->access_right('Import'); $tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ] |
