From 084fdb6ca683275964f29e42c6419d859084186f Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 19 Jan 2011 21:50:05 +0000 Subject: Add experimental OpenSRS export changes, and svc_domain UI changes for .au registrations --- httemplate/edit/svc_domain.cgi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'httemplate') diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index 54a933dee..c3307fa8c 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -35,6 +35,23 @@ Available top-level domains: <% $export->option('tlds') %> +% if($export->option('auoptions')) { +% # XXX: this whole thing should be done like svc_Common with label_fixup, etc. eventually + <% include('/elements/tr-select.html', + 'field' => 'au_eligibiilty_type', + 'label' => 'AU Eligibility Type', + 'value' => $svc_domain->au_eligibility_type, + 'options' => $svc_domain->au_eligibility_type_values, + ) + %> + <% include('/elements/tr-input-text.html', + 'field' => 'au_registrant_name', + 'label' => 'AU Registrant Name', + 'value' => $svc_domain->au_registrant_name, + ) + %> +% } + % } -- cgit v1.2.1