https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26049
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #107223|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <[email protected]> --- Created attachment 110020 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110020&action=edit Bug 26049: Replace li with span class results_summary in UNIMARC intranet XSLT In all XSLT for record display, fields are created with <span class="results_summary> except in UNIMARC intranet where there is just <li>. This allows a better CSS customisation and closer code in files for OPAC and intranet. Actually li gets diplayed with a dot at each line, we don't want this. Test plan : 1) For each modified file run 'xsltproc file.xsl' and see there is no error 2) Use default XSLT in all system preferences 3) Perform a search and check display with and without patch 4) Click on a record to see details and check display with and without patch Signed-off-by: Katrin Fischer <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
