summaryrefslogtreecommitdiff
path: root/httemplate/search/elements
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 /httemplate/search/elements
parent3b0d09a317c4ca0706e931842b039c20c1b41205 (diff)
fix table titles for new bg color
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r--httemplate/search/elements/cust_main_dayranges.html2
-rw-r--r--httemplate/search/elements/search.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html
index 476f138..c53e680 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 1312cac..0dc4170 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' ) {