X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain.cgi;h=cd9f79d3643731e7acf4f229cda62963e44203a5;hp=cc3cdb6bfa556ba74bedd178357829be10db926d;hb=31f55d8223d14807ce7648657502552f69dc9ad4;hpb=54d3c9d101bf35702c00b63f02a6db57ef0f867c diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index cc3cdb6bf..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" ) @@ -48,13 +47,16 @@ Service #<%= $svcnum %>
Domain name: <%= $domain %>
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) %>