From 5c86cacfde4f4a4957148e10758ccf0a9b1b244a Mon Sep 17 00:00:00 2001 From: =?utf8?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 Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- .../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 93d6cac8e7..1363134a66 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1103,14 +1103,6 @@

Suggestion information

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