#recurring frequency
#recurring fee (auto-disable)
- { type => 'columnnext' },
+ { type => 'columnnext', value=>'Taxation', },
- {type=>'justtitle', value=>'Taxation' },
{field=>'setuptax', type=>'checkbox', value=>'Y'},
{field=>'recurtax', type=>'checkbox', value=>'Y'},
{field=>'taxclass', type=>'select-taxclass' },
)
),
- { type => 'columnnext' },
-
- {type=>'justtitle', value=>'Agent (reseller) types' },
+ { type => 'columnnext', value=>'Agent (reseller) types' },
{ field => 'agent_type',
type => 'select-agent_type',
supp_pkg_rows[0].style.display = 'none';
var button = document.getElementById('show_supp_pkgs');
button.onclick = show_supp_pkgs_click;
- button.style.backgroundColor = '#cccccc';
- button.style.border = '1px solid #7e0079';
+ //button.style.backgroundColor = '#cccccc';
+ //button.style.border = '1px solid #7e0079';
+ button.style.border = 'thin solid #999999';
button.style.padding = '1px';
}
}
my $layer_callback = sub {
my $layer = shift;
- my $html = ntable("#cccccc",2);
+ my $html = '<TABLE CLASS="fsinnerbox">';
#$html .= '
# <TR>
</TABLE>
</TD>
<TD VALIGN="top" STYLE="padding-left:12px">
- <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
+ <FONT CLASS="fsinnerbox-title"><% $opt{value} %></FONT><BR>
+ <TABLE CLASS="fsinnerbox">
+<%init>
+
+my %opt = @_;
+
+</%init>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 id="<%$id%>">
<TR>
<TD VALIGN="top">
- <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
+ <TABLE CLASS="fsinnerbox">
% if ( $aligned ) {
%# Instead of changing all the tr-* elements to sometimes output table
%# cells without wrapping them in a row, we're just going to completely
<TR>
- <TH CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left" <%$id%>>
- <FONT SIZE="+1"><% $opt{value} %></FONT>
- </TH>
+ <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left" <%$id%>>
+ <FONT CLASS="fsinnerbox-title"><% $opt{value} %></FONT>
+ </TD>
</TR>
<%init>
% if ( scalar(@possible_exports) > 0 || scalar(@mapped_exports) > 0 ) {
<TABLE><TR>
- <TH BGCOLOR="#dcdcdc">Export</TH>
- <TH BGCOLOR="#dcdcdc">Vendor Package Id <FONT SIZE="-2">(blank to delete)</FONT></TH>
+ <TH>Export</TH>
+ <TH>Vendor Package Id <FONT SIZE="-2">(blank to delete)</FONT></TH>
</TR>
% foreach my $export ( @mapped_exports ) {
<TR>
my $thead_count = 0;
sub pkg_svc_thead {
$thead_count += 1;
- return "\n\n". ntable('#cccccc', 2).
+ return "\n\n". '<TABLE CLASS="fsinnerbox">'.
'<TR>'.
- '<TH BGCOLOR="#dcdcdc"><FONT SIZE=-1>Quan.</FONT></TH>'.
- '<TH BGCOLOR="#dcdcdc"><FONT SIZE=-1>Primary</FONT></TH>'.
- '<TH BGCOLOR="#dcdcdc">Service</TH>'.
- '<TH BGCOLOR="#dcdcdc"><FONT SIZE=-1>Hide<BR>from<BR>Invoices</FONT></TH>'.
- '<TH BGCOLOR="#dcdcdc"><FONT SIZE=-1>Bulk<BR>Charge</FONT></TH>'.
- '<TH BGCOLOR="#dcdcdc" ID="th_provision_hold' . $thead_count . '"><FONT SIZE=-1>Remove Hold After Provisioning</FONT></TH>'.
+ '<TH><FONT SIZE=-1>Quan.</FONT></TH>'.
+ '<TH><FONT SIZE=-1>Primary</FONT></TH>'.
+ '<TH>Service</TH>'.
+ '<TH><FONT SIZE=-1>Hide<BR>from<BR>Invoices</FONT></TH>'.
+ '<TH><FONT SIZE=-1>Bulk<BR>Charge</FONT></TH>'.
+ '<TH ID="th_provision_hold' . $thead_count . '"><FONT SIZE=-1>Remove Hold After Provisioning</FONT></TH>'.
'</TR>'.
qq!<SCRIPT>provision_hold_td.push(document.getElementById('th_provision_hold$thead_count'))</SCRIPT>!;
;