diff options
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg/svc_dsl.html')
-rw-r--r-- | httemplate/edit/cust_main/first_pkg/svc_dsl.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/httemplate/edit/cust_main/first_pkg/svc_dsl.html b/httemplate/edit/cust_main/first_pkg/svc_dsl.html index 971f4be33..31f4b5c63 100644 --- a/httemplate/edit/cust_main/first_pkg/svc_dsl.html +++ b/httemplate/edit/cust_main/first_pkg/svc_dsl.html @@ -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> @@ -21,14 +21,14 @@ <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> |