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:
parent
59ea9b3cc2
commit
04fab26ccc
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue