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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-2 / +1 lines)
Lines 170-176 Link Here
170
                        <div>
170
                        <div>
171
                        [% END %]
171
                        [% END %]
172
                        [% SET preselect = 'ms_' _ indexes.${loop.index}.replace(',','comma') %]
172
                        [% SET preselect = 'ms_' _ indexes.${loop.index}.replace(',','comma') %]
173
                        [% INCLUDE 'search_indexes.inc' %]
173
                        [% INCLUDE 'search_indexes.inc' ${preselect} = 1 %]
174
                        <input type="text" size="30" name="q" title="Enter search terms" value="[% query | html %]" />
174
                        <input type="text" size="30" name="q" title="Enter search terms" value="[% query | html %]" />
175
                        [% IF ( expanded_options ) %]
175
                        [% IF ( expanded_options ) %]
176
                          [% IF ( loop.last ) %]
176
                          [% IF ( loop.last ) %]
177
- 

Return to bug 31271