summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2009-06-15 21:41:33 +0000
committerrsiddall <rsiddall>2009-06-15 21:41:33 +0000
commitc7d6edd92281d39e6eb59656a5b79faf8454973d (patch)
tree4f9d5b4eb0161941a7298236f0683f54897fc018 /httemplate
parent4dc5a3df393ecc08e34f820c22340146c2f386c8 (diff)
Add a new access right for managing domain registration (registering,
transferring, revoking, renewing, etc.).
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/svc_domain.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi
index 1e93b9461..b9a8de752 100755
--- a/httemplate/view/svc_domain.cgi
+++ b/httemplate/view/svc_domain.cgi
@@ -14,7 +14,7 @@ Service #<% $svcnum %>
<BR>Domain name: <B><% $domain %></B>
% if ($export) {
<BR>Status: <B><% $status %></B>
-% if ( $FS::CurrentUser::CurrentUser->access_right('Change customer service') ) {
+% if ( $FS::CurrentUser::CurrentUser->access_right('Manage domain registration') ) {
% if ( defined($ops{'register'}) ) {
<A HREF="<% ${p} %>edit/process/domreg.cgi?op=register&svcnum=<% $svcnum %>">Register at <% $registrar->{'name'} %></A>&nbsp;
% }