From a8cdcc27d898286f21935203d94e17186610b0cd Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Wed, 13 Nov 2013 19:56:10 +0100 Subject: [PATCH] [PASSED QA] Bug 11246 : remove useless reference to fields 780 and 785 in UNIMARC XSLT files for Bootstrap opac Another fix, 10465, removed fields 780 and 785 from a unimarc xslt file. This cleanup is needed for bootstrap 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. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Changes are consistent with changes done earlier on the prog theme. Checked that the detail pages and results still display correctly for UNIMARC. --- .../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.8.3.2