[freeside-commits] freeside/httemplate/elements menu.html, 1.137, 1.138

Ivan,,, ivan at wavetail.420.am
Fri Dec 9 15:22:32 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv18984/httemplate/elements

Modified Files:
	menu.html 
Log Message:
fix acl for broadband config

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -w -d -r1.137 -r1.138
--- menu.html	9 Dec 2011 23:21:40 -0000	1.137
+++ menu.html	9 Dec 2011 23:22:30 -0000	1.138
@@ -452,7 +452,7 @@
 $config_export_svc{'Dialup'}  = [ \%config_dialup, ''    ]
   if $curuser->access_right('Dialup configuration');
 $config_export_svc{'Broadband'} = [ \%config_broadband, ''    ]
-  if $curuser->access_right('Wireless broadband configuration');
+  if $curuser->access_right('Broadband configuration');
 $config_export_svc{'Phone'}  = [ \%config_phone, ''    ]
   if $curuser->access_right('Configuration');
 $config_export_svc{'RADIUS'} = [ \%config_radius, '' ]



More information about the freeside-commits mailing list