From b48df4e32f6b7cc1d09a351fde02733c38edb5f5 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Mon, 16 Feb 2009 11:03:42 +0100 Subject: [PATCH] (bug #2962) escape searchbox, and change the search from tag clouds This patch escape the searchbox to permit to have quotes in searchs. And make exacts search on autorities from subject tag cloud. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 54f9bffe1c..debbd704a8 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -55,7 +55,7 @@ - " class="left" style="width: 35%; font-size: 111%;" /> + " class="left" style="width: 35%; font-size: 111%;" /> diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl index c529496b0d..beb673ebff 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl @@ -21,7 +21,7 @@ - " style="font-size:px;"> + "" style="font-size:px;">

Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script.

-- 2.20.1