X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fdomain_record.html;fp=httemplate%2Fedit%2Fdomain_record.html;h=3ea6c77da5f67ee8fff8b1623584142d04f2cbeb;hp=0000000000000000000000000000000000000000;hb=f3b1e139720b2262516ee3690b1d4b2b9941b500;hpb=9a98d39e3ce40c1f2c324991e8ad469271093fb5 diff --git a/httemplate/edit/domain_record.html b/httemplate/edit/domain_record.html new file mode 100644 index 000000000..3ea6c77da --- /dev/null +++ b/httemplate/edit/domain_record.html @@ -0,0 +1,53 @@ +<% include('/elements/header-popup.html', 'Edit nameservice record') %> + +<% include('/elements/error.html') %> + +
+ + + +<% ntable("#cccccc", 2) %> + + + + +
+ Zone + + + +
+ Type + + + +
+ Data + + + +
+ TTL + + + + +
+ + +
+ +<%init> + +my %opt = @_; + +my $domain_record = qsearchs('domain_record', { 'recnum' => $opt{'recnum'} } ) + or die "unknown recnum"; + +