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 559-570 a.add, a.delete { Link Here
559
                                            <td></td>
559
                                            <td></td>
560
                                            <td>
560
                                            <td>
561
                                                <select data-id="facet-av-cat">
561
                                                <select data-id="facet-av-cat">
562
                                                    <option value=""></option>
562
                                                    [% FOR av_cat IN authorised_value_categories %]
563
                                                    [% FOR av_cat IN authorised_value_categories %]
563
                                                        [% IF f.authorised_value_category == av_cat %]
564
                                                        <option value="[% av_cat | html %]">[% av_cat | html %]</option>
564
                                                            <option value="[% av_cat | html %]" selected="selected">[% av_cat | html %]</option>
565
                                                        [% ELSE %]
566
                                                            <option value="[% av_cat | html %]">[% av_cat | html %]</option>
567
                                                        [% END %]
568
                                                    [% END %]
565
                                                    [% END %]
569
                                                </select>
566
                                                </select>
570
                                            </td>
567
                                            </td>
571
- 

Return to bug 36396