Bugzilla – Attachment 8620 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]
[SIGNED-OFF] Bug 7727 - NORMARC XSLT OPAC detail view shows double tabs
SIGNED-OFF-Bug-7727---NORMARC-XSLT-OPAC-detail-vie.patch (text/plain), 2.02 KB, created by
Marijana Glavica
on 2012-03-24 15:32:09 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7727 - NORMARC XSLT OPAC detail view shows double tabs
Filename:
MIME Type:
Creator:
Marijana Glavica
Created:
2012-03-24 15:32:09 UTC
Size:
2.02 KB
patch
obsolete
>From f49207247677733f2462244c24b7db2513aa1f35 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] [SIGNED-OFF] Bug 7727 - NORMARC XSLT OPAC detail view shows double tabs > >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 > >Signed-off-by: Marijana Glavica <mglavica@ffzg.hr> >--- > .../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