From c1a054049d58a621e59282b2c3bb4647e746727a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Dec 2011 04:17:03 +0000 Subject: [PATCH] svc_broadband is for wireless broadband --- FS/FS/svc_broadband.pm | 6 +++--- httemplate/elements/menu.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index 2ac24e55b..a0cd09013 100755 --- a/FS/FS/svc_broadband.pm +++ b/FS/FS/svc_broadband.pm @@ -90,9 +90,9 @@ points to. You can ask the object for a copy with the I method. sub table_info { { - 'name' => 'Broadband', - 'name_plural' => 'Broadband services', - 'longname_plural' => 'Fixed (username-less) broadband services', + 'name' => 'Wireless broadband', + 'name_plural' => 'Wireless broadband services', + 'longname_plural' => 'Fixed wireless broadband services', 'display_weight' => 50, 'cancel_weight' => 70, 'fields' => { 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'); -- 2.11.0