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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-2 / +1 lines)
Lines 117-123 Link Here
117
117
118
                    <div class="[% div_class | html %]" style="[% div_style | html %]">
118
                    <div class="[% div_class | html %]" style="[% div_style | html %]">
119
                        [% IF ( expanded_options ) %]
119
                        [% IF ( expanded_options ) %]
120
                            [% IF loop.first %]
120
                            [% IF !loop.first %]
121
                                [% SET opindex = loop.index - 1 %]
121
                                [% SET opindex = loop.index - 1 %]
122
                                <select name="op">
122
                                <select name="op">
123
                                    [% IF operators.$opindex == 'OR' %]
123
                                    [% IF operators.$opindex == 'OR' %]
124
- 

Return to bug 40888