summaryrefslogtreecommitdiff
path: root/httemplate/browse/router.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2008-09-03 19:08:29 +0000
committerjeff <jeff>2008-09-03 19:08:29 +0000
commit3e2c08dba947ea254c60cbd621776c0f5dddb2e8 (patch)
treeaf0f7a0dfeacbefe351964d3e97c66c04eca58ec /httemplate/browse/router.cgi
parent1ce2d49c8b5af031066e8dbf4837cf220eb03269 (diff)
new access right names
Diffstat (limited to 'httemplate/browse/router.cgi')
-rw-r--r--httemplate/browse/router.cgi8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/browse/router.cgi b/httemplate/browse/router.cgi
index 9f7167329..541e967dd 100644
--- a/httemplate/browse/router.cgi
+++ b/httemplate/browse/router.cgi
@@ -20,15 +20,15 @@
'',
],
'agent_virt' => 1,
- 'agent_null_right'=> "Engineering global configuration",
+ 'agent_null_right'=> "Broadband global configuration",
'agent_pos' => 1,
)
%>
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Engineering configuration')
- || $FS::CurrentUser::CurrentUser->access_right('Engineering global configuration');
+ unless $FS::CurrentUser::CurrentUser->access_right('Broadband configuration')
+ || $FS::CurrentUser::CurrentUser->access_right('Broadband global configuration');
my $p2 = popurl(2);
my $extra_sql = '';
@@ -46,7 +46,7 @@ if ($cgi->param('hidecustomerrouters') eq '1') {
my $count_sql = $extra_sql. ( $extra_sql =~ /WHERE/ ? ' AND' : 'WHERE' ).
$FS::CurrentUser::CurrentUser->agentnums_sql(
- 'null_right' => 'Engineering global configuration',
+ 'null_right' => 'Broadband global configuration',
);
</%init>