X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fprospect_main.html;h=6c4595dbe1b0c75586e8e401a140e5664cc01c7f;hb=8f89376bceb710bceb8d2d3b9dd7fe24e7d47cf3;hp=801d64bda52a4a3c0d7bcb439d8963358bf25613;hpb=e185be2238bfd1fb2ca6f36b80c9ad93281fe635;p=freeside.git 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 %> % }