Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> wrote:
Hi, I've been studying the code to hopefully find (and eventually fix) all occurrences of code to display an ordered list of branches, to close Bug 5634 [1]
There is a zoo of different versions, so I have some questions:
1) It's desirable to change the code to use GetBranchesLoop() whenever possible, or only fix the sort order in place?
2) Some solutions use CGI::scrolling_list() to draw the drop down list. This simplifies the template, but is more code in the script. Which version do you think is better?
CGI::scrolling_list should be removed wherever it is found, it renders the contents untranslatable. Chris
Regards, Bernardo
[1] http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5634