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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-attribute-types.inc (-4 / +1 lines)
Lines 45-53 Link Here
45
                                                    class="flatpickr"
45
                                                    class="flatpickr"
46
                                                />
46
                                                />
47
                                            [% ELSE %]
47
                                            [% ELSE %]
48
                                                <textarea rows="2" cols="30" id="[% patron_attribute.form_id | html %]" name="[% patron_attribute.form_id | html %]" required="required">
48
                                                <textarea rows="2" cols="30" id="[% patron_attribute.form_id | html %]" name="[% patron_attribute.form_id | html %]" required="required">[% patron_attribute.value | html %]</textarea>
49
[% patron_attribute.value | html %]</textarea
50
                                                >
51
                                            [% END %]
49
                                            [% END %]
52
                                        [% ELSE %]
50
                                        [% ELSE %]
53
                                            [% IF patron_attribute.is_date %]
51
                                            [% IF patron_attribute.is_date %]
54
- 

Return to bug 39971