diff options
author | ivan <ivan> | 2010-05-20 08:48:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-20 08:48:51 +0000 |
commit | f22b714f2b7a38c8a930d8248ccb32751db82b5e (patch) | |
tree | 9114a14ebddb41d8010588a0f62f8483df037e0b /httemplate/search/elements | |
parent | 3b0d09a317c4ca0706e931842b039c20c1b41205 (diff) |
fix table titles for new bg color
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r-- | httemplate/search/elements/cust_main_dayranges.html | 2 | ||||
-rw-r--r-- | httemplate/search/elements/search.html | 2 |
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 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' ) { |