From cc6072eff54dd197dacb089c248a8543b330cd1d Mon Sep 17 00:00:00 2001 From: rsiddall Date: Tue, 23 Jun 2009 20:33:10 +0000 Subject: [PATCH] Remove ability to renew domain registration for more than one year as we can't automatically bill for multi-year renewals at this time. --- httemplate/view/svc_domain.cgi | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index b9a8de752..fc099d85c 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -22,16 +22,7 @@ Service #<% $svcnum %> Transfer to <% $registrar->{'name'} %>  % } % if ( defined($ops{'renew'}) ) { -
- - - -   -
+ Renew at <% $registrar->{'name'} %>  % } % if ( defined($ops{'revoke'}) ) { Revoke -- 2.20.1