koha-bugs
[Top][All Lists]
Advanced

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

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 766] Use of CGI::scrolling_list prevents customization in template
Date: Sat, 23 Jun 2007 09:21:52 -0700 (PDT)

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





------- Comment #2 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]