Bugzilla – Attachment 11154 Details for
Bug 8357
UNIMARCslim2OPACDetail.xsl, title without class and too links to views
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
Bug-8357-UNIMARCslim2OPACDetail.xsl-title-without-cl.patch (text/plain), 2.71 KB, created by
Fridolin Somers
on 2012-07-27 09:39:50 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-07-27 09:39:50 UTC
Size:
2.71 KB
patch
obsolete
>From e26b004e578b1bb8e63b170c19301e7f0bbbee81 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Fri, 27 Jul 2012 11:27:40 +0200 >Subject: [PATCH] Bug 8357: UNIMARCslim2OPACDetail.xsl, title without class > and too links to views > >--- > .../prog/en/xslt/UNIMARCslimUtils.xsl | 5 ++++- > .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 19 +------------------ > 2 files changed, 5 insertions(+), 19 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >index ad1650d..faad011 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl >@@ -2,7 +2,10 @@ > > <!DOCTYPE stylesheet [<!ENTITY nbsp " " >]> > >-<xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> >+<xsl:stylesheet version="1.0" >+ xmlns:marc="http://www.loc.gov/MARC21/slim" >+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >+ exclude-result-prefixes="marc items"> > > <xsl:template name="datafield"> > <xsl:param name="tag"/> >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl >index c7dd167..07117e4 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl >@@ -26,7 +26,7 @@ > > <xsl:if test="marc:datafield[@tag=200]"> > <xsl:for-each select="marc:datafield[@tag=200]"> >- <h1> >+ <h1 class="title"> > <xsl:call-template name="addClassRtl" /> > <xsl:for-each select="marc:subfield"> > <xsl:choose> >@@ -67,23 +67,6 @@ > </xsl:for-each> > </xsl:if> > >- <div id="views"> >- <span class="view"> >- <span id="Normalview">Normal View</span> >- </span> >- <span class="view"> >- <a id="MARCviewPop" href="/cgi-bin/koha/opac-showmarc.pl?id={marc:datafield[@tag=090]/marc:subfield[@code='a']}" title="MARC" rel="gb_page_center[600,500]">MARC View</a> >- </span> >- <span class="view"> >- <a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber={marc:datafield[@tag=090]/marc:subfield[@code='a']}" title="MARC">Expanded MARC View</a> >- </span> >- <xsl:if test="$ShowISBD!='0'"> >- <span class="view"> >- <a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber={marc:datafield[@tag=090]/marc:subfield[@code='a']}">Card View (ISBD)</a> >- </span> >- </xsl:if> >- </div> >- > <xsl:call-template name="tag_title"> > <xsl:with-param name="tag">454</xsl:with-param> > <xsl:with-param name="label">Translation of</xsl:with-param> >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8357
:
11154
|
11188
|
11268
|
11269
|
11270