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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-2 / +2 lines)
Lines 173-182 Link Here
173
                            [% END # /IF ( expanded_options ) %]
173
                            [% END # /IF ( expanded_options ) %]
174
                        [% END #/IF Koha.Preference('SearchEngine') %]
174
                        [% END #/IF Koha.Preference('SearchEngine') %]
175
                        [% IF Koha.Preference('IncludeSeeFromInSearches') %]
175
                        [% IF Koha.Preference('IncludeSeeFromInSearches') %]
176
                            <p class="hint">
176
                            <div class="hint included-see-from-headings-info">
177
                                <i class="fa fa-info-circle" aria-hidden="true"></i>
177
                                <i class="fa fa-info-circle" aria-hidden="true"></i>
178
                                See from (non-preferred form) headings are included
178
                                See from (non-preferred form) headings are included
179
                            </p>
179
                            </div>
180
                        [% END %]
180
                        [% END %]
181
                    </fieldset> <!-- /#searchterms -->
181
                    </fieldset> <!-- /#searchterms -->
182
                    <!-- /BOOLEAN SEARCH OPTIONS -->
182
                    <!-- /BOOLEAN SEARCH OPTIONS -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +6 lines)
Lines 138-143 Link Here
138
                                [% ELSE %]
138
                                [% ELSE %]
139
                                    <input type="hidden" name="weight_search" value="1" />
139
                                    <input type="hidden" name="weight_search" value="1" />
140
                                [% END %]
140
                                [% END %]
141
                                [% IF Koha.Preference('IncludeSeeFromInSearches') %]
142
                                    <div class="hint included-see-from-headings-info">
143
                                        <i class="fa fa-info-circle" aria-hidden="true"></i>
144
                                        See from (non-preferred form) headings are included
145
                                    </div>
146
                                [% END %]
141
                            </div> <!-- /.search-terms -->
147
                            </div> <!-- /.search-terms -->
142
                        </fieldset>
148
                        </fieldset>
143
                    </div> <!-- /#booleansearch -->
149
                    </div> <!-- /#booleansearch -->
144
- 

Return to bug 31338