From 425ffe73734279790476140ace53f080232c7299 Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Wed, 13 Nov 2013 19:56:10 +0100 Subject: [PATCH] Bug 11246 : remove useless reference to fields 780 and 785 in UNIMARC XSLT files for Bootstrap opac Content-Type: text/plain; charset="utf-8" Bug 10465 removed fields 780 and 785 from a unimarc xslt file. This cleanup is needed for bootsrap too To test : in a UNIMARC Koha, with Bootstrap theme OPAC 1. be sure that OPACXSLTDetailsDisplay , OPACXSLTResultsDisplay sysprefs are set to "default" 2. apply the patch 3. search some records in OPAC : the list view and the detail view must be exacty the same as before you apply the patch. --- .../bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl | 100 +------------------- 1 file changed, 1 insertion(+), 99 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl index cb365d9..e2ef08c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -425,105 +425,7 @@ - - - - - - - - Continues: - - - Continues in part: - - - Supersedes: - - - Supersedes in part: - - - Formed by the union: ... and: ... - - - Absorbed: - - - Absorbed in part: - - - Separated from: - - - - - a_t - - - /cgi-bin/koha/opac-search.pl?q= - - - - - - - - - - - - - - - - - - - - Continued by: - - - Continued in part by: - - - Superseded by: - - - Superseded in part by: - - - Absorbed by: - - - Absorbed in part by: - - - Split into .. and ...: - - - Merged with ... to form ... - - - Changed back to: - - - - - - a_t - - - - /cgi-bin/koha/opac-search.pl?q= - - - - - - - - + -- 1.7.9.5