http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=558 Summary: Member search results table doesn't show alternating colors Product: Koha Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Members AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net The template for member.pl has this markup to produce alternating colors in table rows (line 25): <TMPL_LOOP NAME=resultsloop> <TMPL_IF NAME="__ODD__"> <TR bgcolor="#ffffcc"> <TMPL_ELSE> <TR bgcolor=white> </TMPL_IF> ... But the HTML that is produced shows only <TR bgcolor=white>. The "__ODD__" condition doesn't seem to be getting met. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.