summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/first_pkg
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 14:56:51 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 14:56:51 -0700
commit5b507bd1cb845ef44a49f84d4f0ae20ec80118d5 (patch)
tree0a646991e659b684ca60796f56164934512e65e4 /httemplate/edit/cust_main/first_pkg
parenta5ebbe70342d11b17754ac95d00d6b71df0cd632 (diff)
UI spring cleaning: customer edit
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg')
-rw-r--r--httemplate/edit/cust_main/first_pkg/svc_acct.html14
-rw-r--r--httemplate/edit/cust_main/first_pkg/svc_dsl.html16
-rw-r--r--httemplate/edit/cust_main/first_pkg/svc_phone.html12
3 files changed, 21 insertions, 21 deletions
diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html
index 717bf5025..8308af431 100644
--- a/httemplate/edit/cust_main/first_pkg/svc_acct.html
+++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html
@@ -1,7 +1,7 @@
-<% ntable("#cccccc") %>
+<TABLE CLASS="fsinnerbox">
<TR>
- <TD ALIGN="right"><% mt('Username') |h %></TD>
+ <TH ALIGN="right"><% mt('Username') |h %></TD>
<TD>
<INPUT TYPE = "text"
NAME = "username"
@@ -13,7 +13,7 @@
</TR>
<TR>
- <TD ALIGN="right"><% mt('Domain') |h %></TD>
+ <TH ALIGN="right"><% mt('Domain') |h %></TD>
<TD>
<SELECT NAME="domsvc">
<OPTION>(<% mt('none') |h %>)</OPTION>
@@ -22,7 +22,7 @@
</TR>
<TR>
- <TD ALIGN="right"><% mt('Password') |h %></TD>
+ <TH ALIGN="right"><% mt('Password') |h %></TD>
<TD>
<INPUT TYPE = "text"
NAME = "_password"
@@ -37,7 +37,7 @@
% if ( $opt{'password_verify'} ) {
<TR>
- <TD ALIGN="right"><% mt('Re-enter Password') |h %></TD>
+ <TH ALIGN="right"><% mt('Re-enter Password') |h %></TD>
<TD>
<INPUT TYPE = "text"
NAME = "_password2"
@@ -50,7 +50,7 @@
% if ( $conf->exists('security_phrase') ) {
<TR>
- <TD ALIGN="right"><% mt('Security Phrase') |h %></TD>
+ <TH ALIGN="right"><% mt('Security Phrase') |h %></TD>
<TD><INPUT TYPE="text" NAME="sec_phrase" VALUE="<% $opt{'sec_phrase'} |h %>">
</TD>
</TR>
@@ -62,7 +62,7 @@
<INPUT TYPE="hidden" NAME="popnum" VALUE="">
% } else {
<TR>
- <TD ALIGN="right"><% mt('Access number') |h %></TD>
+ <TH ALIGN="right"><% mt('Access number') |h %></TD>
%# XXX should gain "area code" selection and labels on the dropdowns
<TD><% FS::svc_acct_pop::popselector($opt{'popnum'}) %></TD>
</TR>
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>
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"