[Bug 4329] New: OPAC search by shelving location option
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4329 Summary: OPAC search by shelving location option Product: Koha Version: HEAD Platform: PC OS/Version: Windows 2000 Status: ASSIGNED Severity: enhancement Priority: P5 Component: OPAC AssignedTo: jwagner@ptfs.com ReportedBy: jwagner@ptfs.com Estimated Hours: 0.0 Change sponsored?: Sponsored Created an attachment (id=1754) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1754) screen shot of OPAC shelving location search Sponsored by Arcadia University. The OPAC can search by item type or collection code, but not by shelving location. This enhancement adds a shelving location search, under More Options. Since some sites do not use shelving locations, I debated controlling it by a syspref, but decided not to. If a site wants to hide the search option, inserting this into opacuserjs will do so: $(document).ready(function(){ $("#advsearch #advsearch-shelvingloc").remove(); }); -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4329 --- Comment #1 from Jane Wagner <jwagner@ptfs.com> 2010-04-01 12:51:32 --- Created an attachment (id=1787) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1787) screen shot of OPAC shelving location search, revised Revised screen shot to show stylesheet formatting (matching item type search section) -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4329 --- Comment #2 from Jane Wagner <jwagner@ptfs.com> 2010-04-01 13:07:13 --- Created an attachment (id=1788) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1788) patch file against current head patch file sent April 1, 2010. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4329 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent --- Comment #3 from Jane Wagner <jwagner@ptfs.com> 2010-05-12 14:02:32 --- The fix for this bug (in ptfs-harley) can be pulled from the public git repository at http://github.com/Koha-PTFS, branch Bug4329 -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com