From 5bc5fcbbbb88392bb18dd530a48ec370d3350e1f Mon Sep 17 00:00:00 2001 From: Koha Production Date: Sat, 17 May 2008 23:39:26 -0400 Subject: [PATCH] Fix links for web resources to display a 'Click here to access online' when no label is specified (XSLT only). Note that on the results screen, the links now show up in place of the Availability: section Signed-off-by: Joshua Ferraro --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 12 ++++++--- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 31 ++++++++++++++++++++-- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index ef692a0445..189ee9c88d 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -237,12 +237,18 @@ Online Resources: - - + + + y3z - + + + Click Here + + + | diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index a261145f81..16362d4667 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -469,7 +469,7 @@ book Book mixed materialsMixed Materials - computer file Computer File + computer file Computer File map Map visual material Visual Material sound Sound @@ -793,6 +793,7 @@ + Publisher: @@ -803,9 +804,35 @@ + Availability: - + + + + + + + + + + y3z + + + + Click here to access online + + + + + + | + + + + + + No copies available -- 2.11.0