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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-2 / +1 lines)
Lines 276-282 a.add, a.delete { Link Here
276
                      </td>
276
                      </td>
277
                      <td>
277
                      <td>
278
                        [% IF search_field.mapped_biblios %]
278
                        [% IF search_field.mapped_biblios %]
279
                            <input type="number" step="0.01" min="0.01" max="999.99" name="search_field_weight" value="[% search_field.weight | html %]" />
279
                            <input type="text" inputmode="numeric" pattern="[0-9]*" name="search_field_weight" value="[% search_field.weight | html %]" />
280
                        [% ELSE %]
280
                        [% ELSE %]
281
                            <input type="hidden" name="search_field_weight" value="">
281
                            <input type="hidden" name="search_field_weight" value="">
282
                        [% END %]
282
                        [% END %]
283
- 

Return to bug 27406