Bug 24120: (follow-up) input_name too

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Nick Clemens 2019-11-26 14:12:01 +00:00 committed by Martin Renvoize
parent 59ea9b3cc2
commit 04fab26ccc
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -169,10 +169,10 @@
[% IF ( searchdesc ) %]
[% BLOCK sort_search_query ~%]
[%~ FOREACH QUERY_INPUT IN QUERY_INPUTS ~%]
&amp;[% QUERY_INPUT.input_name | html %]=[% QUERY_INPUT.input_value | uri %]
&amp;[% QUERY_INPUT.input_name | uri %]=[% QUERY_INPUT.input_value | uri %]
[%~ END ~%]
[%~ FOREACH LIMIT_INPUT IN LIMIT_INPUTS ~%]
&amp;[% LIMIT_INPUT.input_name | html %]=[% LIMIT_INPUT.input_value | uri %]
&amp;[% LIMIT_INPUT.input_name | uri %]=[% LIMIT_INPUT.input_value | uri %]
[%~ END ~%]
[%~ END %]
[% END %]