- Typo
- Duplicate 955 tag

Signed-off-by: Frédéric Demians <[email protected]>
---
 .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl    |   13 +------------
 .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl        |   13 +------------
 2 files changed, 2 insertions(+), 24 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl 
b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl
index 130e1c3..bb542bc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl
+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl
@@ -302,17 +302,6 @@
     </li>
   </xsl:if>
 
-  <xsl:if test="marc:datafie...@tag=955]">
-    <li>
-      <strong>SUDOC serial history: </strong>
-      <xsl:for-each select="marc:datafie...@tag=955]">
-        <xsl:value-of select="marc:subfie...@code='9']"/>:
-        <xsl:value-of select="marc:subfie...@code='r']"/>
-        <xsl:choose><xsl:when 
test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>;
 </xsl:text></xsl:otherwise></xsl:choose>
-      </xsl:for-each>
-    </li>
-  </xsl:if>
-
   <xsl:call-template name="tag_subject">
     <xsl:with-param name="tag">600</xsl:with-param>
     <xsl:with-param name="label">Subject - Personal Name</xsl:with-param>
@@ -335,7 +324,7 @@
 
   <xsl:call-template name="tag_subject">
     <xsl:with-param name="tag">606</xsl:with-param>
-    <xsl:with-param name="label">SSubject - Topical Name</xsl:with-param>
+    <xsl:with-param name="label">Subject - Topical Name</xsl:with-param>
   </xsl:call-template>
 
   <xsl:call-template name="tag_subject">
diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl 
b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
index 887bab6..725c559 100644
--- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl
@@ -312,17 +312,6 @@
     </span>
   </xsl:if>
 
-  <xsl:if test="marc:datafie...@tag=955]">
-    <span class="results_summary">
-      <span class="label">SUDOC serial history: </span>
-      <xsl:for-each select="marc:datafie...@tag=955]">
-        <xsl:value-of select="marc:subfie...@code='9']"/>:
-        <xsl:value-of select="marc:subfie...@code='r']"/>
-        <xsl:choose><xsl:when 
test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>;
 </xsl:text></xsl:otherwise></xsl:choose>
-      </xsl:for-each>
-    </span>
-  </xsl:if>
-
   <xsl:call-template name="tag_subject">
     <xsl:with-param name="tag">600</xsl:with-param>
     <xsl:with-param name="label">Subject - Personal Name</xsl:with-param>
@@ -345,7 +334,7 @@
 
   <xsl:call-template name="tag_subject">
     <xsl:with-param name="tag">606</xsl:with-param>
-    <xsl:with-param name="label">SSubject - Topical Name</xsl:with-param>
+    <xsl:with-param name="label">Subject - Topical Name</xsl:with-param>
   </xsl:call-template>
 
   <xsl:call-template name="tag_subject">
-- 
1.7.3.2

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to