X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain.cgi;h=f086cda1a119fa724ba39489daba3360e1e33069;hp=f302110986c66552880865e716f2e10135c59adf;hb=f255042296a645e7d90c19ee6740796250cfb9f3;hpb=505345d25040f78a9fdffa5666cd6b9f41a117a5 diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index f30211098..f086cda1a 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -46,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 ''; + +print ''; + %>