X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=18983f1f1f80e572a8a03f5134a6a06b9d22364c;hb=2910c0097a8e42c6613867727383e6bde74d3b07;hp=d08589ab608eda0c5df54764f66932b8d16a28f7;hpb=c1a054049d58a621e59282b2c3bb4647e746727a;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index d08589ab6..18983f1f1 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -252,6 +252,7 @@ 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' ], 'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ], 'Time worked summary' => [ $fsurl.'search/report_rt_ticket.html', '' ], ; @@ -429,6 +430,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' ], ; @@ -450,8 +452,8 @@ if ( $curuser->access_right('Configuration') ) { } $config_export_svc{'Dialup'} = [ \%config_dialup, '' ] if $curuser->access_right('Dialup configuration'); -$config_export_svc{'Broadband'} = [ \%config_broadband, '' ] - if $curuser->access_right('Wireless broadband configuration'); +$config_export_svc{'Wireless broadband'} = [ \%config_broadband, '' ] + if $curuser->access_right('Broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'RADIUS'} = [ \%config_radius, '' ]