koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 560] member-flags.pl not working


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 560] member-flags.pl not working
Date: 7 Aug 2003 09:25:33 -0000

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

address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From address@hidden  2003-08-07 21:25 -------
The problem was due to NPL local templates.
In HTML code, in standard template, i read :
<input type=checkbox name=flag-0 >
In HTML code in NPL specific template, i read :
<input type="checkbox" name="flag-"0 >
which is NOT the same : the 0 should be INSIDE the "" (name="flag-0")

This bug is invalid.



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