Bugzilla – Attachment 95831 Details for
Bug 24120
Search terms in search dropdown must be URI filtered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24120: (follow-up) input_name too
Bug-24120-follow-up-inputname-too.patch (text/plain), 1.62 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-11-26 14:32:40 UTC
(
hide
)
Description:
Bug 24120: (follow-up) input_name too
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-11-26 14:32:40 UTC
Size:
1.62 KB
patch
obsolete
>From 3cfd087422dd3442b486717a3077ae2309344ae3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 26 Nov 2019 14:12:01 +0000 >Subject: [PATCH] Bug 24120: (follow-up) input_name too > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index d20c6b6ade..fe22771aa1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -169,10 +169,10 @@ > [% IF ( searchdesc ) %] > [% BLOCK sort_search_query ~%] > [%~ FOREACH QUERY_INPUT IN QUERY_INPUTS ~%] >- &[% QUERY_INPUT.input_name | html %]=[% QUERY_INPUT.input_value | uri %] >+ &[% QUERY_INPUT.input_name | uri %]=[% QUERY_INPUT.input_value | uri %] > [%~ END ~%] > [%~ FOREACH LIMIT_INPUT IN LIMIT_INPUTS ~%] >- &[% LIMIT_INPUT.input_name | html %]=[% LIMIT_INPUT.input_value | uri %] >+ &[% LIMIT_INPUT.input_name | uri %]=[% LIMIT_INPUT.input_value | uri %] > [%~ END ~%] > [%~ END %] > [% END %] >-- >2.24.0
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 24120
:
95826
|
95828
|
95830
|
95831
|
95832
|
95833