[freeside-commits] freeside/httemplate/view/svc_domain dns.html, 1.1.2.3, 1.1.2.4

Ivan,,, ivan at wavetail.420.am
Sat Sep 11 10:03:01 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/svc_domain
In directory wavetail.420.am:/tmp/cvs-serv5699/httemplate/view/svc_domain

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	dns.html 
Log Message:
dns updates from Erik L: add ttl support, add check for SRV and finish allowing additional rectypes, allow forward slashes for RFC2317 classless in-arpa delegation, RT#8933

Index: dns.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_domain/dns.html,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- dns.html	12 Jul 2010 06:19:49 -0000	1.1.2.3
+++ dns.html	11 Sep 2010 17:02:59 -0000	1.1.2.4
@@ -21,6 +21,7 @@
     <th CLASS="grid" BGCOLOR="#cccccc">Zone</th>
     <th CLASS="grid" BGCOLOR="#cccccc">Type</th>
     <th CLASS="grid" BGCOLOR="#cccccc">Data</th>
+    <th CLASS="grid" BGCOLOR="#cccccc">TTL</th>
   </tr>
 
 % foreach my $domain_record ( @records ) {
@@ -32,7 +33,9 @@
     <tr>
       <td CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $domain_record->reczone %></td>
       <td CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $type %></td>
-      <td CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $domain_record->recdata %>
+      <td CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $domain_record->recdata %></td>
+      <td CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $domain_record->ttl %></td>
+      <td CLASS="grid" BGCOLOR="<% $bgcolor %>">
 
 % unless ( $domain_record->rectype eq 'SOA'
 %          || ! $FS::CurrentUser::CurrentUser->access_right('Edit domain nameservice')
@@ -66,6 +69,7 @@
 %       } 
       </SELECT>
       <INPUT TYPE="text" NAME="recdata">
+      <INPUT TYPE="text" NAME="ttl" size="6">
       <INPUT TYPE="submit" VALUE="Add record">
     </FORM>
 



More information about the freeside-commits mailing list