From e65fcb998bbba11b9d695cd42fcfbfb65924dc5a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 1 Mar 2010 11:25:08 -0500 Subject: [PATCH] sync staff version of MARC21slimUtils.xsl with OPAC version Fixes following error when displaying records with 880 fields: runtime error: file .../MARC21slim2intranetDetail.xsl line 63 element call-template The called template 'm880Select' was not found. Signed-off-by: Galen Charlton --- .../prog/en/xslt/MARC21slimUtils.xsl | 223 +++++++++++++----- 1 file changed, 158 insertions(+), 65 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl index acfe598f5a..d1017236e2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -1,65 +1,158 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + display:block; text-align:right; float:right; width:50%; padding-left:20px + rtl + + + display:block; + + + + + + + + + + + + + + + + + + + /cgi-bin/koha/opac-detail.pl?biblionumber= + + + + + + /cgi-bin/koha/opac-search.pl?q=an: + + + + + + /cgi-bin/koha/opac-search.pl?q=: + + + + + + + + + + + + + + + + -- 2.39.2