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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-2 / +1 lines)
Lines 114-120 Link Here
114
                        <select
114
                        <select
115
                            name="[% kohafield | html %]"
115
                            name="[% kohafield | html %]"
116
                            id="[%- mv.id | html -%]"
116
                            id="[%- mv.id | html -%]"
117
                            class="input_marceditor [% kohafield | html %]"
117
                            class="input_marceditor [% select_class | html %]"
118
                            [% select_readonly | html %]
118
                            [% select_readonly | html %]
119
                            [% select_disabled | html %]
119
                            [% select_disabled | html %]
120
                            data-category="[% mv.category | html %]"
120
                            data-category="[% mv.category | html %]"
121
- 

Return to bug 39396