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

(-)a/Koha/ILL/Backend/shared-includes/shared.js (-1 / +1 lines)
Lines 7-12 document.addEventListener('DOMContentLoaded', function() { Link Here
7
            '<input type="text" class="custom-name ' +
7
            '<input type="text" class="custom-name ' +
8
            ( opac ? 'form-control input-fluid custom-field-input' : '') +
8
            ( opac ? 'form-control input-fluid custom-field-input' : '') +
9
            '" name="custom_key" placeholder="'+__('key')+'">' +
9
            '" name="custom_key" placeholder="'+__('key')+'">' +
10
            ' ' +
10
            '<input type="text" id="custom-value" name="custom_value" class="' +
11
            '<input type="text" id="custom-value" name="custom_value" class="' +
11
            ( opac ? 'form-control input-fluid custom-field-input' : '') +'" placeholder="'+__('value')+'"> ' +
12
            ( opac ? 'form-control input-fluid custom-field-input' : '') +'" placeholder="'+__('value')+'"> ' +
12
            '<button type="button" class="btn btn-danger btn-sm ' +
13
            '<button type="button" class="btn btn-danger btn-sm ' +
13
- 

Return to bug 36221