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 197-206 Link Here
197
                        [% END %]
197
                        [% END %]
198
                    [% END %]
198
                    [% END %]
199
                    [% IF Koha.Preference('IncludeSeeFromInSearches') %]
199
                    [% IF Koha.Preference('IncludeSeeFromInSearches') %]
200
                        <p class="hint">
200
                        <div class="hint included-see-from-headings-info">
201
                            <i class="fa fa-info-circle" aria-hidden="true"></i>
201
                            <i class="fa fa-info-circle" aria-hidden="true"></i>
202
                            See from (non-preferred form) headings are included
202
                            See from (non-preferred form) headings are included
203
                        </p>
203
                        </div>
204
                    [% END %]
204
                    [% END %]
205
                    </fieldset>
205
                    </fieldset>
206
                <!-- /BOOLEAN SEARCH OPTIONS -->
206
                <!-- /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