Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / edit / cust_main / first_pkg / svc_dsl.html
index 971f4be..31f4b5c 100644 (file)
@@ -1,4 +1,4 @@
-<% ntable("#cccccc") %>
+<TABLE CLASS="fsinnerbox">
 
 % if ( $opt{'phonenum'} ) {
 
@@ -6,12 +6,12 @@
   <INPUT TYPE="hidden" NAME="phonenum" VALUE="<% $opt{'phonenum'} %>">
 
   <TR>
-    <TD ALIGN="right">Loop Type</TD>
+    <TH ALIGN="right">Loop Type</TD>
     <TD BGCOLOR="#eeeeee">Line-share</TD>
   </TR>
 
   <TR>
-    <TD ALIGN="right">Phone Number</TD>
+    <TH ALIGN="right">Phone Number</TD>
     <TD BGCOLOR="#eeeeee"><% $opt{'phonenum'} %></TD>
   </TR>
 
   <INPUT TYPE="hidden" NAME="phonenum" VALUE="">
 
   <TR>
-    <TD ALIGN="right">Loop Type</TD>
+    <TH ALIGN="right">Loop Type</TD>
     <TD BGCOLOR="#eeeeee">Standalone</TD>
   </TR>
 
 % }
 
 <TR>
-  <TD ALIGN="right">PPPoE password</TD>
+  <TH ALIGN="right">PPPoE password</TD>
   <TD>
     <INPUT TYPE      = "text"
            NAME      = "password"
@@ -38,7 +38,7 @@
 </TR>
 
 <TR>
-  <TD ALIGN="right">ISP Changing?</TD>
+  <TH ALIGN="right">ISP Changing?</TD>
   <TD>
     <INPUT TYPE      = "checkbox"
            NAME      = "isp_chg"
@@ -49,7 +49,7 @@
 </TR>
 
 <TR>
-  <TD ALIGN="right">Current or Previous ISP</TD>
+  <TH ALIGN="right">Current or Previous ISP</TD>
   <TD>
     <INPUT TYPE      = "text"
            NAME      = "isp_prev"
@@ -60,7 +60,7 @@
 
 <INPUT TYPE="hidden" NAME="vendor_qual_id" VALUE="<% $opt{'vendor_qual_id'} %>">
 <TR>
-  <TD ALIGN="right">Vendor Qualification ID</TD>
+  <TH ALIGN="right">Vendor Qualification ID</TD>
   <TD BGCOLOR="#eeeeee"><% $opt{'vendor_qual_id'} %></TD>
 </TR>