From e4c26c44d3c70cf62225361a4cce94e1f5aa16c8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 11 Jun 2018 15:28:19 +0000 Subject: [PATCH] Bug 20911: Use 'POST' to submit search history forms To test: 1 - Enable EnableOpacSearchHistory and EnableSearchHistory 2 - Do some searches 3 - View your search history in staff/opac 4 - Confirm you can delete single or multiple rows 5 - Confirm other page functionality has not changed Signed-off-by: Ed Veal Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize --- .../prog/en/modules/catalogue/search-history.tt | 8 ++++---- .../opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt index 43a9bfab03..a69e7a205f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt @@ -31,7 +31,7 @@
[% IF ( current_biblio_searches ) %]

Current session

-
+
Select all visible rows | @@ -68,7 +68,7 @@ [% IF ( previous_biblio_searches ) %]

Previous sessions

- +
Select all visible rows | @@ -111,7 +111,7 @@
[% IF ( current_authority_searches ) %]

Current session

- +
Select all visible rows | @@ -148,7 +148,7 @@ [% IF ( previous_authority_searches ) %]

Previous sessions

- +
Select all visible rows | diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt index a2a774d189..e146f7666b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt @@ -44,7 +44,7 @@
[% IF ( current_biblio_searches ) %]

Current session

- +
Select all Clear all @@ -83,7 +83,7 @@
[% IF ( previous_biblio_searches ) %]

Previous sessions

- +
Select all Clear all @@ -129,7 +129,7 @@
[% IF ( current_authority_searches ) %]

Current session

- +
Select all Clear all @@ -166,7 +166,7 @@ [% IF ( previous_authority_searches ) %]

Previous sessions

- +
Select all Clear all -- 2.20.1