X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fmenu.html;h=2ae216c5c73e4a0f4a1f10c2673acd06028b4b16;hb=430b2c784d2ee9ea5be00b821d2dbd27279ef132;hp=b4fff228546fe65c13b94c4c71d71e751f1e6f4a;hpb=2083f6fb050747ad589a6e1dd15a3f513e9e6ee4;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b4fff2285..2ae216c5c 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -508,6 +508,10 @@ tie my %config_broadband, 'Tie::IxHash', 'Routers' => [ $fsurl.'browse/router.cgi', 'Broadband access routers' ], 'Address blocks' => [ $fsurl.'browse/addr_block.cgi', 'Manage address blocks and block assignments to broadband routers' ], ; +if ( $curuser->access_right('Broadband global configuration') ) { + $config_broadband{'Address ranges'} = + [ $fsurl.'browse/addr_range.html', 'Designate special address ranges' ]; +} tie my %config_phone, 'Tie::IxHash', 'View/Edit phone device types' => [ $fsurl.'browse/part_device.html', 'Phone device types' ],