Bugzilla – Attachment 133874 Details for
Bug 23991
Move SearchSuggestion to Koha::Suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23991: (follow-up) Add value to filter_archived
Bug-23991-follow-up-Add-value-to-filterarchived.patch (text/plain), 1.81 KB, created by
Nick Clemens (kidclamp)
on 2022-04-26 11:08:20 UTC
(
hide
)
Description:
Bug 23991: (follow-up) Add value to filter_archived
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-04-26 11:08:20 UTC
Size:
1.81 KB
patch
obsolete
>From 1b987f10171f5c765de7d37c5eca4143d6d1c8ca Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 26 Apr 2022 11:07:30 +0000 >Subject: [PATCH] Bug 23991: (follow-up) Add value to filter_archived > >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 b813d9e46c..4aea0f77d4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -1055,9 +1055,9 @@ > <li> > <label for="archived" style="display: inline;">Include archived:</label> > [% IF filter_archived %] >- <input type="checkbox" id="archived" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> >+ <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" name="filter_archived" title="Include archived suggestions in the search" /> >+ <input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" /> > [% END %] > </li> > <li> >-- >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 23991
:
95172
|
115203
|
115207
|
116639
|
118454
|
119256
|
127058
|
127100
|
128071
|
128072
|
128073
|
128074
|
128075
|
129511
|
129512
|
129513
|
129523
|
130049
|
131896
|
132026
|
132169
|
132170
|
132171
|
132172
|
132173
|
132174
|
132175
|
133874
|
134922
|
136441
|
136442
|
137201