[freeside-commits] freeside/httemplate/elements menu.html, 1.47, 1.48
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Sep 3 12:08:33 PDT 2008
- Previous message: [freeside-commits] freeside/httemplate/edit/process/addr_block add.cgi, 1.4, 1.5 allocate.cgi, 1.4, 1.5 deallocate.cgi, 1.4, 1.5 split.cgi, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/edit/process invoice_logo.html, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv5601/httemplate/elements
Modified Files:
menu.html
Log Message:
new access right names
Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- menu.html 23 Aug 2008 21:59:46 -0000 1.47
+++ menu.html 3 Sep 2008 19:08:29 -0000 1.48
@@ -335,11 +335,10 @@
$config_menu{'Billing'} = [ \%config_billing, '' ]
if $curuser->access_right('Edit billing events')
|| $curuser->access_right('Edit global billing events');
-if ( $curuser->access_right('Engineering configuration') ) {
- $config_menu{'Dialup'} = [ \%config_dialup, '' ];
- $config_menu{'Fixed (username-less) broadband'} =
- [ \%config_broadband, '' ];
-}
+$config_menu{'Dialup'} = [ \%config_dialup, '' ]
+ if ( $curuser->access_right('Dialup configuration') );
+$config_menu{'Fixed (username-less) broadband'} = [ \%config_broadband, '' ]
+ if ( $curuser->access_right('Broadband configuration') );
$config_menu{'Miscellaneous'} = [ \%config_misc, '' ]
if $curuser->access_right('Edit advertising sources')
|| $curuser->access_right('Edit global advertising sources');
- Previous message: [freeside-commits] freeside/httemplate/edit/process/addr_block add.cgi, 1.4, 1.5 allocate.cgi, 1.4, 1.5 deallocate.cgi, 1.4, 1.5 split.cgi, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/edit/process invoice_logo.html, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list