http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12334 Bug ID: 12334 Summary: Make it easier to hide parts of material type and format information in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org On the result list Koha displays the material type, the format and the type of the material. We have a system preference to hide the line in total, but if you only want to hide part of it, the HTML structure does not make this easy: <span class="results_summary type"> <span class="label">Material type: </span> <img class="materialtype" title="serial" alt="serial" src="/opac-tmpl/lib/famfamfam/silk/newspaper.png"> Continuing Resource <span class="label">; Format: </span> print <span class="label">; Type of continuing resource: </span> series </span> This could be improved by wrapping the lable and the content into separate spans or someething similar. -- You are receiving this mail because: You are watching all bug changes.