summaryrefslogtreecommitdiff
path: root/httemplate/edit/allocate.html
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/edit/allocate.html
parent1ce2d49c8b5af031066e8dbf4837cf220eb03269 (diff)
new access right names
Diffstat (limited to 'httemplate/edit/allocate.html')
-rw-r--r--httemplate/edit/allocate.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/edit/allocate.html b/httemplate/edit/allocate.html
index 0f05fcc..8d1347d 100644
--- a/httemplate/edit/allocate.html
+++ b/httemplate/edit/allocate.html
@@ -14,20 +14,20 @@
'disable_empty' => 1,
'agent_virt' => 1,
'agent_null_right' =>
- 'Engineering global configuration',
+ 'Broadband global configuration',
},
],
'post_url' => "process/addr_block/allocate.cgi",
'popup' => 1,
'agent_virt' => 1,
- 'agent_null_right' => 'Engineering global configuration',
+ 'agent_null_right' => 'Broadband global configuration',
)
%>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('Engineering configuration')
- || $curuser->access_right('Engineering global configuration');
+ unless $curuser->access_right('Broadband configuration')
+ || $curuser->access_right('Broadband global configuration');
</%init>