Bugzilla – Attachment 145794 Details for
Bug 29935
Add option to search in archived suggestions to all search tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29935: Archived suggestions filter always visible
Bug-29935-Archived-suggestions-filter-always-visib.patch (text/plain), 3.55 KB, created by
David Nind
on 2023-01-29 17:28:08 UTC
(
hide
)
Description:
Bug 29935: Archived suggestions filter always visible
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-01-29 17:28:08 UTC
Size:
3.55 KB
patch
obsolete
>From 0c53b18db6bb329cc76fa3c655a4c7d78b5b04f2 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >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 <david@davidnind.com> >--- > .../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 @@ > <h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4> > <fieldset class="brief" id="suggestion_information"> > <ol> >- <li> >- <label for="archived" style="display: inline;">Include archived:</label> >- [% IF filter_archived %] >- <input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> >- [% ELSE %] >- <input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" /> >- [% END %] >- </li> > <li> > <label for="STATUS[% loop.index | html %]"> Status:</label> > <select name="STATUS" id="STATUS[% loop.index | html %]"> >@@ -1238,6 +1230,18 @@ > <input type="submit" value="Go" /> > </fieldset> > </fieldset> <!-- /#acquisition_information --> >+ <div id="filter_archived_information"> >+ <ol> >+ <li> >+ <label for="archived" style="display: inline;">Include archived:</label> >+ [% IF filter_archived %] >+ <input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> >+ [% ELSE %] >+ <input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" /> >+ [% END %] >+ </li> >+ </ol> >+ </div> > </div> <!-- /#limits --> > </fieldset> <!-- /.brief --> > </form> <!-- /suggestionsfilter --> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29935
:
129741
|
129744
|
129745
|
144834
|
145794
|
147200