[Koha-devel] [Bug 130] Branch data entry form has unlabelled check box

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sat Feb 8 23:05:04 CET 2003


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





------- Additional Comments From a.c.li at ieee.org  2003-02-09 20:03 -------
Fixed on the perl side, but can't really test it because there's no way to
define branch categories yet :-(

Corresponding changes to the templates will need to be done. The change can be
summarized as follows:

1. Find the line with <INPUT TYPE="checkbox" NAME="<TMPL_VAR name=categorycode>

2. There should be a<tr><td><TMPL_VAR name=categoryname></td> line before the
line found in step 1.

3. Before the line found in step 2, insert

<TMPL_LOOP NAME=categoryloop>

   (i.e., the <tr> should be inside the loop.)

4. Change the line found in step 1 to the following two lines:

<td><INPUT TYPE="checkbox" NAME="<TMPL_VAR name=categorycode>" <TMPL_VAR
name=checked>><TMPL_VAR name=codedescription></td></tr>
</TMPL_LOOP>



------- 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-devel mailing list