summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-12-09 04:17:03 +0000
committerivan <ivan>2011-12-09 04:17:03 +0000
commitc1a054049d58a621e59282b2c3bb4647e746727a (patch)
treeda85a0f5af7862fa513b1278b69ea55446f34ea2
parent46a8cddeb5dcbb5e858389896a5d4598c4c57df3 (diff)
svc_broadband is for wireless broadband
-rwxr-xr-xFS/FS/svc_broadband.pm6
-rw-r--r--httemplate/elements/menu.html4
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<hash> 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');