--- .../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 _______________________________________________ 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/
