Bugzilla – Attachment 8604 Details for
Bug 7727
NORMARC XSLT OPAC detail view shows double tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7727 - NORMARC XSLT OPAC detail view shows double tabs
Bug-7727---NORMARC-XSLT-OPAC-detail-view-shows-dou.patch (text/plain), 2.00 KB, created by
Magnus Enger
on 2012-03-23 15:02:36 UTC
(
hide
)
Description:
Bug 7727 - NORMARC XSLT OPAC detail view shows double tabs
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2012-03-23 15:02:36 UTC
Size:
2.00 KB
patch
obsolete
>From ead25aaa0fae5c93d1e1d0ecab3cccdde1cc6b24 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Fri, 23 Mar 2012 15:59:59 +0100 >Subject: [PATCH] Bug 7727 - NORMARC XSLT OPAC detail view shows double tabs >Content-Type: text/plain; charset="utf-8" > >With marcflavour = NORMARC and OPACXSLTDetailsDisplay = Using XSLT, >the detail view displays a double set of tabs for Normal/MARC/ISBD >views, one above the title and one below. > >To test: >marcflavour = NORMARC >OPACXSLTDetailsDisplay = Using XSLT > >Since the contents of the recaords do not matter here, the patch >can be tested on MARC records of any flavour. > >- Check that double tabs are shown >- Apply the patch >- Check that only the set of tabs at the top is shown >--- > .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl >index 19cee91..2538106 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl >@@ -139,12 +139,6 @@ > </h5> > </xsl:when> > </xsl:choose> >- <div id="views"> >- <span class="view"><span id="Normalview">Normal visning</span> </span> >- <span class="view"><a id="MARCviewPop" href="/cgi-bin/koha/opac-showmarc.pl?id={marc:datafield[@tag=999]/marc:subfield[@code='c']}" title="MARC" rel="gb_page_center[600,500]">MARC-visning</a></span> >- <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber={marc:datafield[@tag=999]/marc:subfield[@code='c']}" title="MARC">Utvidet MARC-visning</a></span> >- <span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber={marc:datafield[@tag=999]/marc:subfield[@code='c']}">Kortvisning (ISBD)</a></span> >- </div> > > <xsl:if test="$DisplayOPACiconsXSLT!='0'"> > <xsl:if test="$materialTypeCode!=''"> >-- >1.7.2.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 7727
:
8232
|
8604
|
8620