From a108fd062655750267005bc98b04e7eb97203f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Sat, 24 Dec 2022 10:52:05 +0100 Subject: [PATCH] Bug 29935: Archived suggestions filter always visible In suggestion sidebar menu, make visible 'Include archived' checkbox without having to develop a filter. --- .../prog/en/modules/suggestion/suggestion.tt | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index bfaef57f43..aa5a5d6ee3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1089,14 +1089,6 @@

Suggestion information

    -
  1. - - [% IF filter_archived %] - - [% ELSE %] - - [% END %] -
+
+
    +
  1. + + [% IF filter_archived %] + + [% ELSE %] + + [% END %] +
  2. +
+
-- 2.34.1