X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=2ae216c5c73e4a0f4a1f10c2673acd06028b4b16;hb=430b2c784d2ee9ea5be00b821d2dbd27279ef132;hp=833e889b7124ddf308067696642d87ff72072cda;hpb=24133168e2f0c2c1543080fd109edf141e2ac3af;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 833e889b7..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' ], @@ -844,6 +848,10 @@ $menu{'Configuration'} = [ \%config_menu, 'Configuration and setup' ] 'Alarm global configuration', 'Edit advertising sources', 'Edit global advertising sources', + 'View templates', + 'View global templates', + 'Edit templates', + 'Edit global templates', ]); $menu{'Help'} = [ \%help_menu, '' ];