[Bug 6212] New: Small display problems in OPAC results
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Bug #: 6212 Summary: Small display problems in OPAC results Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All URL: /cgi-bin/koha/opac-search.pl?q=bodensee OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: katrin.fischer@bsz-bw.de QAContact: koha-bugs@lists.koha-community.org Created attachment 3954 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3954 screenshot In OPAC's result list with XSLT on and Tagging on result list deactivated you alwas see the Tags: label. This problem remains when switching back to normal view for OPAC results. Another problem is Online resources: not showing the link, although it's shown correctly in the detail view. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |5917 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 08:14:48 UTC --- For the tags, what value do you have set for TagsShowOnList If I set it to 0, the label goes away. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> 2011-04-20 14:38:27 UTC --- I see what Cait sees too: - OPACXSLTResultsDisplay on or off - TagsInputOnList off "Tags:" label appears whether or not there are tags. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 15:48:31 UTC --- Yes, that preference does control whether you see tags, just whether you can input them on the results page. If you don't want tags to show you have to edit TagsShowOnList. TagsInputOnlist just controls if you get an input box or not -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2011-04-20 16:07:29 UTC --- Chris, see the screenshot. It isn't correct that the "Tags: " label appears at the start of a blank line, i.e. for titles without any tags. It works properly in the html_template_pro branch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #5 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 16:12:41 UTC --- Right, all im saying is that Input one doesnt control whether tags show or not, just whether the input box does. It's a red herring for whoever writes the patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 16:14:46 UTC --- % IF ( SEARCH_RESULT.TagLoop ) %] <div class="results_summary"> <span class="label">Tags:</span> So its not any syspref that is contolling whether it shows or not. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 16:18:05 UTC --- Actually [% IF ( TagsShowOnList ) %] [% IF ( SEARCH_RESULT.TagLoop ) %] <div class="results_summary"> <span class="label">Tags:</span> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 16:21:42 UTC --- AHh spotted it it needs to be % IF ( SEARCH_RESULT.TagLoop.size ) %] Because TagLoop does exist, its just empty. Ill send a patch in the morning, if no one else beats me, now the baby is back asleep thats where im going. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 21:35:23 UTC --- No one beat me, so ill patch it myself ;) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Patch Pushed --- Comment #10 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-20 22:06:03 UTC --- Pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-04-21 10:37:42 UTC --- Created attachment 3965 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3965 screenshot of details - OK -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-04-21 10:38:39 UTC --- Created attachment 3966 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3966 screenshot of result list - links missing! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-04-21 11:05:24 UTC --- It seems there is a problem with the system preferences passed to the xslt stylesheets. I tried: URLLinkText - no change in results (stil missing) and details OPACURLOpenInNewWindow - no change in results (still missing) and details -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-04-21 11:21:43 UTC --- Short update: The links display is constructed slightly different in staff and opac. In OPAC link for online ressoucres is all wrapped into checks for system preferences. When I comment one of this checks out, my URLs show up. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6231 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Bug 6212 depends on bug 6231, which changed state. Bug 6231 Summary: System preferences in XSLT view broken http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6231 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6212 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-04-25 19:14:13 UTC --- Works in 3.4 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org