diff options
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg/svc_phone.html')
-rw-r--r-- | httemplate/edit/cust_main/first_pkg/svc_phone.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/edit/cust_main/first_pkg/svc_phone.html b/httemplate/edit/cust_main/first_pkg/svc_phone.html index 70e013ece..65c677847 100644 --- a/httemplate/edit/cust_main/first_pkg/svc_phone.html +++ b/httemplate/edit/cust_main/first_pkg/svc_phone.html @@ -1,8 +1,8 @@ -<% ntable("#cccccc") %> +<TABLE CLASS="fsinnerbox"> %#XXX this should be hidden or something in most/all cases <TR> - <TD ALIGN="right" ID="countrycode_label_td">Country code</TD> + <TH ALIGN="right" ID="countrycode_label_td">Country code</TD> <TD ID="countrycode_td"> <INPUT TYPE = "text" NAME = "countrycode" @@ -21,7 +21,7 @@ %# ) %#%> <TR> - <TD ALIGN="right" ID="phonenum_label_td">Phone Number</TD> + <TH ALIGN="right" ID="phonenum_label_td">Phone Number</TD> <TD ID="phonenum_td"> <INPUT TYPE = "text" NAME = "phonenum" @@ -34,7 +34,7 @@ </TR> <TR> - <TD ALIGN="right" ID="sip_password_label_td">SIP password</TD> + <TH ALIGN="right" ID="sip_password_label_td">SIP password</TD> <TD ID="sip_password_td"> <INPUT TYPE = "text" NAME = "sip_password" @@ -46,7 +46,7 @@ </TR> <TR> - <TD ALIGN="right" ID="pin_label_td">Voicemail PIN</TD> + <TH ALIGN="right" ID="pin_label_td">Voicemail PIN</TD> <TD ID="pin_td"> <INPUT TYPE = "text" NAME = "pin" @@ -60,7 +60,7 @@ %#XXX this should be hidden or something in most/all cases <TR> - <TD ALIGN="right" ID="phone_name_label_td">Name</TD> + <TH ALIGN="right" ID="phone_name_label_td">Name</TD> <TD ID="phone_name_td"> <INPUT TYPE = "text" NAME = "phone_name" |