[Bug 681] New: circulation.pl should provide 'messages' variable
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@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz