X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=d08589ab608eda0c5df54764f66932b8d16a28f7;hp=df97a5e186c2a8eed50580cf5cb09cb297bdaac0;hb=c1a054049d58a621e59282b2c3bb4647e746727a;hpb=46a8cddeb5dcbb5e858389896a5d4598c4c57df3 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index df97a5e18..d08589ab6 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -451,7 +451,7 @@ 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('Broadband configuration'); + if $curuser->access_right('Wireless broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'RADIUS'} = [ \%config_radius, '' ] @@ -670,7 +670,7 @@ $menu{'Configuration'} = [ \%config_menu, 'Configuration and setup' ] || $curuser->access_right('Edit billing events') || $curuser->access_right('Edit global billing events') || $curuser->access_right('Dialup configuration') - || $curuser->access_right('Broadband configuration') + || $curuser->access_right('Wireless broadband configuration') || $curuser->access_right('Phone configuration') || $curuser->access_right('Edit advertising sources') || $curuser->access_right('Edit global advertising sources');