[Koha-bugs] [Bug 681] New: circulation.pl should provide 'messages' variable

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Nov 20 18:25:16 CET 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=681

           Summary: circulation.pl should provide 'messages' variable
           Product: Koha
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Circulation
        AssignedTo: chris at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at lists.sourceforge.net


circulation.pl should provide a 'messages' variable to the template if there are
messages to display for the current borrower.  This would allow template-writers
to check for this variable before displaying the container for messages, like this:

<TMPL_IF NAME="messages">
<ul>
   <TMPL_IF NAME="overdues">
      <li>Patron has items overdue</li>
   </TMPL_IF>
</ul>
</TMPL_IF>

Otherwise the template must create the container without knowing whether
anything will be displayed within it, which might be invalid HTML.



------- 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