From 684143a529cb556236f46d1d2a8ef05908c0b2f9 Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Wed, 13 Nov 2013 19:56:10 +0100 Subject: [PATCH] Bug 11246: remove 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 should 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. Signed-off-by: Galen Charlton --- .../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 cb365d90ef..e2ef08ccce 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= - - - - - - - - + -- 2.39.5