http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9458
--- Comment #15 from Jonathan Druart <[email protected]> --- (In reply to comment #14) > (In reply to comment #11) > > 3 small remarks: > > - At the OPAC, the user does not know what is the default sorting. At the > > intranet, same thing, maybe we would like to add the arrows (up and down) > > Fixed for Intranet. For the OPAC, the sorting is shown in the "Sort by:" > pulldown. Thanks. There is an issue about arrows: [% IF direction == 'asc' %][% direction = 'desc' %][% ELSE %][% direction = 'asc' %][% END %] So there is an inversion on them. When the 'asc' is needed, the desc.gif is displayed. > > - We cannot choose a direction (asc/desc) on editing a list. > > This one is a bit out of scope for this bug. It would require a database > change. I'm going to file a separate bug report for it and attach this one > as a blocker. Yep! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
