From 9b39ca271d8383f2496e89acd6542fa2bcffd688 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 --- 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 5c5e6f53e48..ff749415f94 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.25.1