X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain.cgi;h=cd9f79d3643731e7acf4f229cda62963e44203a5;hp=b70ac8f90655e57d1cade1806d660903695e7a92;hb=1238858779262e56f45aef69d33b54052407c7f7;hpb=4920ad2671d712afe23d731e25bc5b53955397b7 diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index b70ac8f90..cd9f79d36 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -34,8 +34,7 @@ my $domain = $svc_domain->domain; <%= header('Domain View', menubar( ( ( $pkgnum || $custnum ) - ? ( "View this package (#$pkgnum)" => "${p}view/cust_pkg.cgi?$pkgnum", - "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", + ? ( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", ) : ( "Cancel this (unaudited) domain" => "${p}misc/cancel-unaudited.cgi?$svcnum" ) @@ -46,15 +45,18 @@ my $domain = $svc_domain->domain; Service #<%= $svcnum %>
Service: <%= $part_svc->svc %>
Domain name: <%= $domain %> -
Catch all email (change): +
Catch all email (change): <%= $email ? "$email" : "(none)" %> -

View whois information. +

View whois information.

<% my @records; if ( @records = $svc_domain->domain_record ) { %> @@ -85,13 +87,13 @@ Service #<%= $svcnum %> IN

or

-
+ <% if ( @records ) { %> Delete all records and <% } %> @@ -100,7 +102,7 @@ Slave from nameserver IP - +


<%= joblisting({'svcnum'=>$svcnum}, 1) %>