From bcfbe391c7eefb1edcea1b4a2e155f1648aacfe3 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Wed, 6 Jan 2010 16:43:52 +0100 Subject: [PATCH] BZ 4028 : OPAC search history available to non-logged-in users The "search history" link and the "delete history" link are now correctly displayed after the first search. Moreover, an additional "delete history" link as been added on the "search history" page itself. --- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 12 +++++++++++- .../prog/en/modules/opac-search-history.tmpl | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 0112166096..11c6f30196 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -1,6 +1,16 @@
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-search-history.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-search-history.tmpl index 282350165c..3323ac0fdd 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-search-history.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-search-history.tmpl @@ -26,6 +26,7 @@

Search history

+ Delete your search history

Current session

-- 2.20.1