diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:41:26 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:41:26 -0700 |
commit | 9aee669886202be7035e6c6049fc71bc99dd3013 (patch) | |
tree | 2fd5bf6de74f3d99270587ffb1833e4188a6373d /httemplate/edit/cust_main/first_pkg/svc_phone.html | |
parent | ac20214d38d9af00430423f147b5a0e50751b050 (diff) | |
parent | 1add633372bdca3cc7163c2ce48363fed3984437 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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" |