[Koha-bugs] [Bug 766] Use of CGI::scrolling_list prevents customization in template

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Sat Jun 23 18:21:52 CEST 2007


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





------- Comment #2 from oleonard at athenscounty.lib.oh.us  2007-06-23 09:21 -------
One example of a common one: opac\opac-addbookbybiblionumber.pl. You can't add
a <label> to the drop-down list of existing shelves because the script
generates no id attribute for the <select> that means clicking on the label
doesn't give focus to the drop-down. It's a minor task to add it to the script,
but it shows how the scrolling_list removes control from the template writer.

There could be other instances where the template writer prefers to display the
form in another way: a series of radio buttons instead of a drop-down. If the
selection data can be packaged as a template loop, the template-writer can make
that decision rather than the script-writer. Of course that's probably a rare
case.




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