From: ivan Date: Fri, 9 Dec 2011 23:23:52 +0000 (+0000) Subject: svc_broadband is for wireless broadband X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2cdd2d1f569ff9ab4d0ddfdf170b5f27c4a75ee7 svc_broadband is for wireless broadband --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b3ee31182..1fec1e8dc 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, '' ] +$config_export_svc{'Wireless broadband'} = [ \%config_broadband, '' ] if $curuser->access_right('Broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration');