summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-12-10 16:41:13 -0800
committerMark Wells <mark@freeside.biz>2013-12-10 16:41:35 -0800
commit2252d7014095b4bc4f8c84424dde5664f8723a70 (patch)
tree968dd096662d817a6c0aab0c04369d71bf42bbff /httemplate/elements
parentf1627d3fdb8cf925f4c3c3894a9f2f9105ad48d8 (diff)
Designate forbidden address ranges, #25530
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 4 insertions, 0 deletions
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' ],