X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=2665f905e327de6d2434cbd084cb694b9d17ff49;hp=6bfe712f898599b9857e01e817133263b887bdd2;hb=9f051784e03ac542a278cfbe260d5da8fc796ebb;hpb=bda8c33f9b346ba6cd7aa4174ce0d3e37db7bd49 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 6bfe712f8..2665f905e 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -252,6 +252,8 @@ tie my %report_inventory, 'Tie::IxHash', tie my %report_rating, 'Tie::IxHash', 'RADIUS sessions' => [ $fsurl.'search/sqlradius.html', '' ], 'Call Detail Records (CDRs)' => [ $fsurl.'search/report_cdr.html', '' ], + 'Unrateable CDRs' => [ $fsurl.'search/cdr.html?freesidestatus=failed'. + ';cdrbatchnum=_ALL_' ], 'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ], 'Time worked summary' => [ $fsurl.'search/report_rt_ticket.html', '' ], ; @@ -413,7 +415,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' ] @@ -516,6 +519,7 @@ tie my %config_dialup, 'Tie::IxHash', ; tie my %config_broadband, 'Tie::IxHash', + 'Towers' => [ $fsurl.'browse/tower.html', 'Towers and sectors' ], 'Routers' => [ $fsurl.'browse/router.cgi', 'Broadband access routers' ], 'Address blocks' => [ $fsurl.'browse/addr_block.cgi', 'Manage address blocks and block assignments to broadband routers' ], ;