From 6133a06e9656a777632614b07469c4f800a58ee5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 16 Sep 2008 21:58:13 -0500 Subject: [PATCH] bug 2596: remove URL escaping added by previous patch If URL in an href comes from a MARC record, it should not be URL-escaped - otherwise, link is interpreted as relative to MARCdetail.pl. Signed-off-by: Galen Charlton --- .../prog/en/modules/catalogue/MARCdetail.tmpl | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tmpl index 267aa12a09..5669b7f14d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tmpl @@ -89,7 +89,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -119,7 +119,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -149,7 +149,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -179,7 +179,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -209,7 +209,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on "> alt="Search on " /> @@ -239,7 +239,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -269,7 +269,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -299,7 +299,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -329,7 +329,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> @@ -359,7 +359,7 @@ function Changefwk(FwkList) {   "> - "> + "> ,phr&type=intranet&q="> //images/filefind.png" height="15" title="Search on " alt="Search on " /> -- 2.39.2