View | Details | Raw Unified | Return to bug 27178
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-1 / +1 lines)
Lines 4-10 Link Here
4
  xmlns:marc="http://www.loc.gov/MARC21/slim"
4
  xmlns:marc="http://www.loc.gov/MARC21/slim"
5
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6
  xmlns:str="http://exslt.org/strings"
6
  xmlns:str="http://exslt.org/strings"
7
  exclude-result-prefixes="marc">
7
  exclude-result-prefixes="marc str">
8
  <xsl:include href="MARC21Languages.xsl"/>
8
  <xsl:include href="MARC21Languages.xsl"/>
9
	<xsl:template name="datafield">
9
	<xsl:template name="datafield">
10
		<xsl:param name="tag"/>
10
		<xsl:param name="tag"/>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +1 lines)
Lines 6-12 Link Here
6
  xmlns:items="http://www.koha-community.org/items"
6
  xmlns:items="http://www.koha-community.org/items"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  xmlns:str="http://exslt.org/strings"
8
  xmlns:str="http://exslt.org/strings"
9
  exclude-result-prefixes="marc items">
9
  exclude-result-prefixes="marc items str">
10
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:import href="MARC21slimUtils.xsl"/>
11
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
11
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
12
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
12
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
13
- 

Return to bug 27178