[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] [Bug 130] Branch data entry form has unlabelled check box
From: |
bugzilla-daemon |
Subject: |
[Koha-devel] [Bug 130] Branch data entry form has unlabelled check box |
Date: |
Sat Feb 8 23:05:04 2003 |
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=130
------- Additional Comments From address@hidden 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] [Bug 130] Branch data entry form has unlabelled check box,
bugzilla-daemon <=