From 8f89376bceb710bceb8d2d3b9dd7fe24e7d47cf3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 4 Jul 2012 18:49:00 -0700 Subject: quotations, RT#16996 --- httemplate/view/prospect_main.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'httemplate/view/prospect_main.html') diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 801d64bda..6c4595dbe 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -78,9 +78,16 @@ <% mt('Date') |h %> % foreach my $quotation (@quotations) { +% if ( $bgcolor eq $bgcolor1 ) { +% $bgcolor = $bgcolor2; +% } else { +% $bgcolor = $bgcolor1; +% } +% my $a = qq(quotationnum. '">'; - <% $quotation->quotationnum %> - <% time2str($date_format, $quotation->_date) |h %> + <% $a %><% $quotation->quotationnum %> + <% $a %><% time2str($date_format, $quotation->_date) |h %> % } -- cgit v1.2.1