From 3052bb1c8269504a899146a4d9a3ce9193654ec4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 20 Feb 2023 23:08:51 +0000 Subject: [PATCH] Bug 32215: Remove unused "Your searched for" lines from patron restrictions admin page To test: * Go to administration > patron restrictions * Search for a specific restrictions * Verify you can't make the 'You searched for' above the results table show * Apply patch * Everything should appear unchanged Signed-off-by: Matt Blenkinsop Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b593f70b5d0d009ebf5690b66f3bff46f0c04836) Signed-off-by: Matt Blenkinsop --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt index 5c5e6f53e4..ff749415f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt @@ -165,9 +165,7 @@

Patron restrictions

- [% IF searchfield %] - You searched for [% searchfield | html %] - [% END %] + [% IF restrictions %]
-- 2.20.1