X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=8cbbd174274107192f8566e0a0cf4ce5d683c196;hp=b619aba30a8ce9d4b3cfb3f780101d8b4f257227;hb=ec9b0f903dfa57efc0c82791b9efa74f0c746bc0;hpb=fcadc3a661a041b9119c287ade346e70f108f335 diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b619aba30..8cbbd1742 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -516,6 +516,10 @@ tie my %config_radius, 'Tie::IxHash', 'RADIUS Clients' => [ $fsurl.'browse/nas.html', 'Manage RADIUS clients' ], ; +tie my %config_cable, 'Tie::IxHash', + 'Cable modem models' => [ $fsurl.'browse/cable_model.html', '' ], +; + tie my %config_export_svc, 'Tie::IxHash', (); if ( $curuser->access_right('Configuration') ) { $config_export_svc{'Service definitions'} = [ $fsurl.'browse/part_svc.cgi', 'Services are items you offer to your customers' ]; @@ -530,6 +534,8 @@ $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); $config_export_svc{'RADIUS'} = [ \%config_radius, '' ] if $curuser->access_right('Configuration'); +$config_export_svc{'Cable'} = [ \%config_cable, '' ] + if $curuser->access_right('Configuration'); $config_export_svc{'Hardware types'} = [ $fsurl.'browse/hardware_class.html', 'Set up hardware type catalog' ] if $curuser->access_right('Configuration');