From 2252d7014095b4bc4f8c84424dde5664f8723a70 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 10 Dec 2013 16:41:13 -0800 Subject: Designate forbidden address ranges, #25530 --- httemplate/elements/menu.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 9405b605a..56612f0de 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -501,6 +501,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' ], -- cgit v1.2.1