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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-6 / +2 lines)
Lines 554-565 a.add, a.delete { Link Here
554
                                            <td></td>
554
                                            <td></td>
555
                                            <td>
555
                                            <td>
556
                                                <select data-id="facet-av-cat">
556
                                                <select data-id="facet-av-cat">
557
                                                    <option value=""></option>
557
                                                    [% FOR av_cat IN authorised_value_categories %]
558
                                                    [% FOR av_cat IN authorised_value_categories %]
558
                                                        [% IF f.authorised_value_category == av_cat %]
559
                                                        <option value="[% av_cat | html %]">[% av_cat | html %]</option>
559
                                                            <option value="[% av_cat | html %]" selected="selected">[% av_cat | html %]</option>
560
                                                        [% ELSE %]
561
                                                            <option value="[% av_cat | html %]">[% av_cat | html %]</option>
562
                                                        [% END %]
563
                                                    [% END %]
560
                                                    [% END %]
564
                                                </select>
561
                                                </select>
565
                                            </td>
562
                                            </td>
566
- 

Return to bug 36396