summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-05-20 08:48:51 +0000
committerivan <ivan>2010-05-20 08:48:51 +0000
commitf22b714f2b7a38c8a930d8248ccb32751db82b5e (patch)
tree9114a14ebddb41d8010588a0f62f8483df037e0b
parent3b0d09a317c4ca0706e931842b039c20c1b41205 (diff)
fix table titles for new bg color
-rw-r--r--httemplate/elements/columnstart.html2
-rw-r--r--httemplate/elements/freeside.css5
-rw-r--r--httemplate/elements/header.html2
-rw-r--r--httemplate/elements/tr-justtitle.html2
-rw-r--r--httemplate/elements/tr-pkg_svc.html2
-rw-r--r--httemplate/elements/tr-title.html2
-rw-r--r--httemplate/graph/elements/report.html2
-rw-r--r--httemplate/misc/email-customers.html4
-rw-r--r--httemplate/search/cust_tax_exempt.html2
-rw-r--r--httemplate/search/elements/cust_main_dayranges.html2
-rw-r--r--httemplate/search/elements/search.html2
-rwxr-xr-xhttemplate/search/report_477.html2
-rw-r--r--httemplate/search/report_cdr.html6
-rw-r--r--httemplate/search/report_cust_event.html2
-rwxr-xr-xhttemplate/search/report_cust_main.html8
-rw-r--r--httemplate/search/report_cust_pay.html2
-rwxr-xr-xhttemplate/search/report_cust_pkg.html6
-rw-r--r--httemplate/search/report_cust_refund.html2
-rw-r--r--httemplate/search/report_h_cust_pay.html2
-rw-r--r--httemplate/search/report_prepaid_income.html2
-rw-r--r--httemplate/search/report_prospect_main.html2
-rwxr-xr-xhttemplate/search/report_receivables.html2
-rwxr-xr-xhttemplate/search/report_svc_acct.html6
-rw-r--r--httemplate/search/report_svc_phone.html2
-rw-r--r--httemplate/search/report_timeworked.html2
-rwxr-xr-xhttemplate/search/report_unapplied_cust_pay.html2
-rw-r--r--httemplate/view/prospect_main.html2
27 files changed, 40 insertions, 37 deletions
diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html
index 0341b274f..be37d817d 100644
--- a/httemplate/elements/columnstart.html
+++ b/httemplate/elements/columnstart.html
@@ -1,5 +1,5 @@
<TR>
- <TD BGCOLOR="#e8e8e8" COLSPAN=99>
+ <TD CLASS="background" COLSPAN=99>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
<TD VALIGN="top">
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index aa32a6dea..3816f9878 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -48,7 +48,7 @@ input[type="reset"], input[type="submit"], input[type="button"] {
border-radius: 4px;
-moz-box-shadow: #666666 1px 1px 2px;
-webkit-box-shadow: #666666 1px 1px 2px;
- box-shadow: #666666 0px 0px 2px;
+ box-shadow: #666666 1px 1px 2px;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
@@ -147,3 +147,6 @@ a.fstabselected:hover {
color: #000000;
}
+.background {
+ background-color:#f8f8f8;
+}
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index b76d09d70..90ab0b71c 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -140,7 +140,7 @@ Example:
% }
- <TD BGCOLOR="#f8f8f8" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+ <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
<FONT SIZE=6>
<% $title |h %>
diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html
index f283307be..e9eda8b18 100644
--- a/httemplate/elements/tr-justtitle.html
+++ b/httemplate/elements/tr-justtitle.html
@@ -1,5 +1,5 @@
<TR>
- <TH BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
+ <TH CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
<FONT SIZE="+1"><% $opt{value} %></FONT>
</TH>
</TR>
diff --git a/httemplate/elements/tr-pkg_svc.html b/httemplate/elements/tr-pkg_svc.html
index a9561a11a..e66bdf7d7 100644
--- a/httemplate/elements/tr-pkg_svc.html
+++ b/httemplate/elements/tr-pkg_svc.html
@@ -1,5 +1,5 @@
<TR>
- <TD BGCOLOR="#e8e8e8" COLSPAN=99>
+ <TD CLASS="background" COLSPAN=99>
<% itable('', 4, 1) %><TR><TD VALIGN="top">
<% $thead %>
diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html
index d40d0fdab..af3734196 100644
--- a/httemplate/elements/tr-title.html
+++ b/httemplate/elements/tr-title.html
@@ -1,5 +1,5 @@
<TR>
- <TD BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
+ <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
</TR>
<% include('tr-justtitle.html', @_) %>
diff --git a/httemplate/graph/elements/report.html b/httemplate/graph/elements/report.html
index e24c6637d..b831f3a4f 100644
--- a/httemplate/graph/elements/report.html
+++ b/httemplate/graph/elements/report.html
@@ -178,7 +178,7 @@ any delimiter and linked from the elements in @data.
% }
%
</P>
-<% include('/elements/table.html', 'e8e8e8') %>
+<% include('/elements/table.html', 'f8f8f8') %>
<TR>
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html
index 4e4c15f2a..201aed428 100644
--- a/httemplate/misc/email-customers.html
+++ b/httemplate/misc/email-customers.html
@@ -47,7 +47,7 @@
<INPUT TYPE="hidden" NAME="html_body" VALUE="<% $cgi->param('html_body') |h %>">
<TR>
<TD ALIGN="right" VALIGN="top">Message (HTML display): </TD>
- <TD BGCOLOR="#e8e8e8" ALIGN="left"><% $cgi->param('html_body') %></TD>
+ <TD CLASS="background" ALIGN="left"><% $cgi->param('html_body') %></TD>
</TR>
% my $text_body = HTML::FormatText->new(leftmargin=>0)->format(
@@ -58,7 +58,7 @@
<INPUT TYPE="hidden" NAME="text_body" VALUE="<% $text_body |h %>">
<TR>
<TD ALIGN="right" VALIGN="top">Message (Text display): </TD>
- <TD BGCOLOR="#e8e8e8" ALIGN="left"><PRE><% $text_body %></PRE></TD>
+ <TD CLASS="background" ALIGN="left"><PRE><% $text_body %></PRE></TD>
</TR>
</TABLE>
diff --git a/httemplate/search/cust_tax_exempt.html b/httemplate/search/cust_tax_exempt.html
index 612ad7e2a..869854f06 100644
--- a/httemplate/search/cust_tax_exempt.html
+++ b/httemplate/search/cust_tax_exempt.html
@@ -5,7 +5,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
<% include( '/elements/tr-select-cust_main-status.html',
diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html
index 476f138e9..c53e68016 100644
--- a/httemplate/search/elements/cust_main_dayranges.html
+++ b/httemplate/search/elements/cust_main_dayranges.html
@@ -217,7 +217,7 @@ if($opt{'payment_links'} && $curuser->access_right('Process payment') && @payby)
@pay_labels = (map { my $payby = $_;
my $label = $label{$payby};
- sub {($payby eq $_[0]->payby) ? "<b>$label</b>" : $label}
+ sub {($payby eq $_[0]->payby) ? "<b>$label (on file)</b>" : $label}
} @payby );
@pay_links = (map { [ "${p}misc/payment.cgi?payby=$_;custnum=", 'custnum' ] }
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html
index 1312cac41..0dc417052 100644
--- a/httemplate/search/elements/search.html
+++ b/httemplate/search/elements/search.html
@@ -159,7 +159,7 @@ Example:
# each hashref: http://search.cpan.org/dist/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm#Format_methods_and_Format_properties
'xls_format' => => [],
- );
+ )
</%doc>
% if ( $type eq 'csv' ) {
diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html
index 7b85c137c..2b5111209 100755
--- a/httemplate/search/report_477.html
+++ b/httemplate/search/report_477.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index 744038d12..a50e4db4c 100644
--- a/httemplate/search/report_cdr.html
+++ b/httemplate/search/report_cdr.html
@@ -5,7 +5,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
@@ -89,11 +89,11 @@
</TR>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TH>
+ <TH CLASS="background" COLSPAN=2>&nbsp;</TH>
</TR>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
</TR>
<INPUT TYPE="hidden" NAME="show" VALUE="1">
diff --git a/httemplate/search/report_cust_event.html b/httemplate/search/report_cust_event.html
index f77a072dc..e0d6242b2 100644
--- a/httemplate/search/report_cust_event.html
+++ b/httemplate/search/report_cust_event.html
@@ -9,7 +9,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
<% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 5860fbfbb..eb1a66273 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
<% include( '/elements/tr-select-agent.html',
@@ -115,11 +115,11 @@
% }
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TH>
+ <TH CLASS="background" COLSPAN=2>&nbsp;</TH>
</TR>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
</TR>
<% include( '/elements/tr-select-cust-fields.html' ) %>
@@ -140,7 +140,7 @@
die "access denied"
unless ( $FS::CurrentUser::CurrentUser->access_right('List customers') &&
$FS::CurrentUser::CurrentUser->access_right('List packages')
- );;
+ );
my $conf = new FS::Conf;
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html
index 1dc1d7a7d..6c10a2e4d 100644
--- a/httemplate/search/report_cust_pay.html
+++ b/httemplate/search/report_cust_pay.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html
index fcc093410..58fcf619e 100755
--- a/httemplate/search/report_cust_pkg.html
+++ b/httemplate/search/report_cust_pkg.html
@@ -7,7 +7,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
@@ -137,11 +137,11 @@
<% include( '/elements/tr-selectmultiple-part_pkg.html' ) %>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TH>
+ <TH CLASS="background" COLSPAN=2>&nbsp;</TH>
</TR>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
</TR>
<% include( '/elements/tr-select-cust-fields.html' ) %>
diff --git a/httemplate/search/report_cust_refund.html b/httemplate/search/report_cust_refund.html
index 90d15ec31..4d311001e 100644
--- a/httemplate/search/report_cust_refund.html
+++ b/httemplate/search/report_cust_refund.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_h_cust_pay.html b/httemplate/search/report_h_cust_pay.html
index 4e47b3831..fe7c4a9fa 100644
--- a/httemplate/search/report_h_cust_pay.html
+++ b/httemplate/search/report_h_cust_pay.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html
index 04801beee..061b24c68 100644
--- a/httemplate/search/report_prepaid_income.html
+++ b/httemplate/search/report_prepaid_income.html
@@ -7,7 +7,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_prospect_main.html b/httemplate/search/report_prospect_main.html
index 5e3834346..4834c2047 100644
--- a/httemplate/search/report_prospect_main.html
+++ b/httemplate/search/report_prospect_main.html
@@ -5,7 +5,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
<% include( '/elements/tr-select-agent.html',
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html
index b7c84f0de..912ef26b4 100755
--- a/httemplate/search/report_receivables.html
+++ b/httemplate/search/report_receivables.html
@@ -5,7 +5,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html
index 5ebf9de5c..c7fac4631 100755
--- a/httemplate/search/report_svc_acct.html
+++ b/httemplate/search/report_svc_acct.html
@@ -7,7 +7,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
% unless ( $custnum ) {
@@ -76,11 +76,11 @@
<% include( '/elements/tr-selectmultiple-part_pkg.html' ) %>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TH>
+ <TH CLASS="background" COLSPAN=2>&nbsp;</TH>
</TR>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
</TR>
% #move to /elements/tr-select-cust_pkg-fields if anything else needs it...
diff --git a/httemplate/search/report_svc_phone.html b/httemplate/search/report_svc_phone.html
index 2d643405d..9f1042608 100644
--- a/httemplate/search/report_svc_phone.html
+++ b/httemplate/search/report_svc_phone.html
@@ -8,7 +8,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
%# <TR>
-%# <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+%# <TH CLASS="background" COLSPAN=2 ALIGN="left">
%# <FONT SIZE="+1">Search options</FONT>
%# </TH>
%# </TR>
diff --git a/httemplate/search/report_timeworked.html b/httemplate/search/report_timeworked.html
index a672ec082..492e738ad 100644
--- a/httemplate/search/report_timeworked.html
+++ b/httemplate/search/report_timeworked.html
@@ -5,7 +5,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/search/report_unapplied_cust_pay.html b/httemplate/search/report_unapplied_cust_pay.html
index 65e064ccb..d2dd9e71d 100755
--- a/httemplate/search/report_unapplied_cust_pay.html
+++ b/httemplate/search/report_unapplied_cust_pay.html
@@ -6,7 +6,7 @@
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <TH CLASS="background" COLSPAN=2 ALIGN="left">
<FONT SIZE="+1">Search options</FONT>
</TH>
</TR>
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html
index de446a9fb..9883e6766 100644
--- a/httemplate/view/prospect_main.html
+++ b/httemplate/view/prospect_main.html
@@ -58,7 +58,7 @@
<% ntable("#cccccc") %>
<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Tickets</FONT></TH>
+ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Tickets</FONT></TH>
</TR>
</TABLE>