View | Details | Raw Unified | Return to bug 34021
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-1 / +4 lines)
Lines 160-165 Link Here
160
                                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
160
                                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
161
                                        <input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/>
161
                                        <input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/>
162
                                    [% END %]
162
                                    [% END %]
163
                                    <input type="hidden" name="idx" value="kw" />
164
                                    <label id="search_within_label" for="search_within_text">Search within results</label>
165
                                    <input id="search_within_text" type="text" name="q" value="" />
166
                                    <button type="submit" id="search_within_submit" class="btn btn-primary">Search</button>
163
                                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
167
                                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
164
                                        <input type="hidden" name="[% LIMIT_INPUT.input_name | html %]" value="[% LIMIT_INPUT.input_value | html %]"/>
168
                                        <input type="hidden" name="[% LIMIT_INPUT.input_name | html %]" value="[% LIMIT_INPUT.input_value | html %]"/>
165
                                    [% END %]
169
                                    [% END %]
166
- 

Return to bug 34021