[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-bugs] [Bug 681] New: circulation.pl should provide 'messages' vari
From: |
bugzilla-daemon |
Subject: |
[Koha-bugs] [Bug 681] New: circulation.pl should provide 'messages' variable |
Date: |
20 Nov 2003 17:25:16 -0000 |
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: address@hidden
ReportedBy: address@hidden
QAContact: address@hidden
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-bugs] [Bug 681] New: circulation.pl should provide 'messages' variable,
bugzilla-daemon <=