freeside/httemplate/view svc_domain.cgi,1.17,1.18
Kristian Hoffmann
khoff at pouncequick.420.am
Fri Apr 15 13:29:41 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv29360/httemplate/view
Modified Files:
svc_domain.cgi
Log Message:
Added support for TXT records.
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_domain.cgi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- svc_domain.cgi 7 Apr 2004 11:04:06 -0000 1.17
+++ svc_domain.cgi 15 Apr 2005 20:29:38 -0000 1.18
@@ -87,7 +87,7 @@
<INPUT TYPE="text" NAME="reczone">
<INPUT TYPE="hidden" NAME="recaf" VALUE="IN"> IN
<SELECT NAME="rectype">
-<% foreach (qw( A NS CNAME MX PTR) ) { %>
+<% foreach (qw( A NS CNAME MX PTR TXT) ) { %>
<OPTION VALUE="<%=$_%>"><%=$_%></OPTION>
<% } %>
</SELECT>
More information about the freeside-commits
mailing list