From 0c53b18db6bb329cc76fa3c655a4c7d78b5b04f2 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. Signed-off-by: David Nind --- .../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.30.2