koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 558] New: Member search results table doesn't show alternating colors
Date: 31 Jul 2003 16:00:12 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]