From a8d1309395d20ca364b844923eb4ad662512a6e5 Mon Sep 17 00:00:00 2001 From: Doug Dearden Date: Fri, 11 Feb 2011 15:21:48 -0700 Subject: [PATCH] bug 5738 Display the URI in the 856u field as an image - enh On branch mywork Changes to be committed: (use "git reset HEAD ..." to unstage) modified: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl modified: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl Content-type: text/plain; charset="utf-8" --- install_misc/apt-get-debian-lenny.sh | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 21 +++++++---------- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 24 ++++++++----------- 3 files changed, 20 insertions(+), 27 deletions(-) diff --git a/install_misc/apt-get-debian-lenny.sh b/install_misc/apt-get-debian-lenny.sh index 015a32d..a94d47f 100755 --- a/install_misc/apt-get-debian-lenny.sh +++ b/install_misc/apt-get-debian-lenny.sh @@ -100,7 +100,7 @@ libxslt1.1 \ libxslt1-dev \ libyaml-perl \ libyaml-syck-perl \ -libyaz-dev \ +libyaz3-dev \ libyaz3 \ make \ mysql-server \ diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 2c42039..58ef6d4 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -23,6 +23,7 @@ + @@ -511,9 +512,7 @@ - - 100 - + @@ -522,12 +521,12 @@ + + 100 + - - - Click here to access online @@ -538,9 +537,7 @@ - - 100 - + @@ -549,12 +546,12 @@ + + 100 + - - - Click here to access online diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 03ae40f..61547a7 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -906,9 +906,7 @@ - - 100 - + @@ -917,12 +915,12 @@ - + + 100 + + - - - Click here to access online @@ -933,9 +931,7 @@ - - 100 - + @@ -944,12 +940,12 @@ - + + 100 + + - - - Click here to access online -- 1.5.6.5