[freeside-commits] freeside/httemplate/edit svc_domain.cgi, 1.29, 1.29.2.1
Erik Levinson
levinse at wavetail.420.am
Wed Jan 19 13:50:07 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv6936/httemplate/edit
Modified Files:
Tag: FREESIDE_2_1_BRANCH
svc_domain.cgi
Log Message:
Add experimental OpenSRS export changes, and svc_domain UI changes for .au registrations
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain.cgi,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -w -d -r1.29 -r1.29.2.1
--- svc_domain.cgi 6 Aug 2010 21:28:09 -0000 1.29
+++ svc_domain.cgi 19 Jan 2011 21:50:05 -0000 1.29.2.1
@@ -35,6 +35,23 @@
</TR>
+% 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,
+ )
+ %>
+% }
+
% }
</TD>
</TR>
More information about the freeside-commits
mailing list