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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-3 / +3 lines)
Lines 114-122 Link Here
114
			[% IF ( expanded_options ) %]
114
			[% IF ( expanded_options ) %]
115
            [% IF ( search_box.boolean ) %]
115
            [% IF ( search_box.boolean ) %]
116
                <select name="op">
116
                <select name="op">
117
                    <option value="and" selected="selected">and</option>
117
                    <option value="AND" selected="selected">and</option>
118
                    <option value="or">or</option>
118
                    <option value="OR">or</option>
119
                    <option value="not">not</option>
119
                    <option value="NOT">not</option>
120
                </select>
120
                </select>
121
            [% END %] 
121
            [% END %] 
122
			[% END %]
122
			[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-4 / +3 lines)
Lines 41-49 Link Here
41
                                        <div class="search-term-input">
41
                                        <div class="search-term-input">
42
                                            [% IF ( expanded_options ) %]
42
                                            [% IF ( expanded_options ) %]
43
                                                    <select name="op" class="form-control">
43
                                                    <select name="op" class="form-control">
44
                                                        <option value="and" selected="selected">and</option>
44
                                                        <option value="AND" selected="selected">and</option>
45
                                                        <option value="or">or</option>
45
                                                        <option value="OR">or</option>
46
                                                        <option value="not">not</option>
46
                                                        <option value="NOT">not</option>
47
                                                    </select>
47
                                                    </select>
48
                                            [% ELSE %]
48
                                            [% ELSE %]
49
                                                <label for="search-field_[% loop.index | html %]">
49
                                                <label for="search-field_[% loop.index | html %]">
50
- 

Return to bug 25616