X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain.cgi;h=61194a26dcbe4de953294f5b31e6bf75066a7528;hb=4201aaaae8a957bc98ce345d3ee0e599da354766;hp=f4aa42bbc95b422aa81e27de386669532618774c;hpb=22a35047ecdffff80110e06cc08fc84f9ddba9b0;p=freeside.git diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index f4aa42bbc..61194a26d 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -1,3 +1,4 @@ + <% my($query) = $cgi->keywords; @@ -45,6 +46,17 @@ print header('Domain View', menubar( qq!
Catch all email (change):!, $email ? "$email." : "(none)", qq!

View whois information.!, - '', + '

', ntable("",2), + 'ZoneTypeData', ; + +foreach my $domain_record ( qsearch('domain_record', { svcnum => $svcnum } ) ) { + print ''. $domain_record->reczone. ''. + ''. $domain_record->recaf. ' '. $domain_record->rectype. ''. + ''. $domain_record->recdata. ''; +} +print ''. + '
'. joblisting({'svcnum'=>$svcnum}, 1). + ''; + %>