[Koha-bugs] [Bug 2669] Radio Buttons where there should be checkboxes

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Mon May 18 22:38:00 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2669


Nicole C. Engard <nicole.engard at liblime.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz




--- Comment #2 from Nicole C. Engard <nicole.engard at liblime.com>  2009-05-18 20:38:00 ---
After looking at the templates I think that this:

<td><input type="radio" name="<!-- TMPL_VAR NAME="name" -->_all" value="all"
/>All dates</td>
<td>OR</td>
<td><input type="radio" name="dates" value="range" />Date range<br />


has to be changed to this:


<td><input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="" />All
dates</td>
<td>OR</td>
<td><input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="range"
/>Date range<br />


But after talking with Chris he seems to think that this will only solve the
toggling of the radio buttons and that the code behind it doesn't really work
... so I'm not going to make the change and I'm going to leave it to a more
experienced expert :)


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list