From df301bff9dc23863e6c9d0e1941f64c176e906f7 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 (cherry picked from commit e4c26c44d3c70cf62225361a4cce94e1f5aa16c8) Signed-off-by: Fridolin Somers --- .../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 a1bcd46258..75201337b8 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 @@ -30,7 +30,7 @@
[% IF ( current_biblio_searches ) %]

Current session

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

Previous sessions

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

Current session

- +
Select all visible rows | @@ -147,7 +147,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 d8d6c579b3..f1bc446f3e 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 @@ -43,7 +43,7 @@
[% IF ( current_biblio_searches ) %]

Current session

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

Previous sessions

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

Current session

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

Previous sessions

- +
Select all Clear all -- 2.20.1