http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10930
Bug ID: 10930
Summary: Invalid reference to opac on staff NORMARC XSLT
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
On koha-tmpl/intranet-tmpl/prog/en/xslt/
reference to opac-search|details
NORMARCslim2intranetResults.xsl:
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn: <xsl:value-of
select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
<xsl:attribute
name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of
select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/',
'')"/></xsl:attribute>
NORMARCslimUtils.xsl:
<xsl:attribute
name="href">/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of
select="$bibno"/></xsl:attribute>
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of
select="marc:subfield[@code=9]"/></xsl:attribute>
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:value-of
select="$index"/>:<xsl:value-of
select="marc:subfield[@code='a']"/></xsl:attribute>
Also this references that not correspond to existing files
UNIMARC_compact.xsl:
<link href="/koha-tmpl/opac-tmpl/prog/en/css/xsl.css" rel="stylesheet"
type="text/css" />
oilsMARC21slim2HTML.xsl:
<link href='/css/opac_marc.css' rel='stylesheet' type='text/css'></link>
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/