http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1812 Summary: Several issues affect OPAC search results Product: Koha Version: rel_3_0 Platform: All URL: http://localhost/cgi-bin/koha/opac-search.pl?q= OS/Version: All Status: NEW Severity: normal Priority: P3 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: frederic@tamil.fr QAContact: koha-bugs@nongnu.org Several issues affect OPAC search results: 1. In opac-result.tmpl, URL of item types is constructed based directly on itemtype (themelang + itemtype.gif) rather than based on image file name associated with item type. For example, if item type = BOOK, is associated with image Fiction.gif, we have something like: <img src="/foo/book.gif"> rather than <img src="/foo/Fiction.gif"> 2. Description of item type is not the title of the item type image. 3. Item call number isn't displayed but a 'classification' variable which doesn't exist. 4. If there isn't any item available, 'No items available:' is displayed, followed by an empty line with a select box. My perception is that Staff search results display page is better and more up-to-date than its OPAC counterpart. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.