[Koha-bugs] [Bug 558] New: Member search results table doesn't show alternating colors

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Jul 31 18:00:12 CEST 2003


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 at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list