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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 169-175 legend:hover { Link Here
169
                        [% SET fieldstohide = Koha.Preference('CollapseFieldsPatronAddForm') %]
169
                        [% SET fieldstohide = Koha.Preference('CollapseFieldsPatronAddForm') %]
170
                        [% IF Koha.Preference('CollapseFieldsPatronAddForm') %][% UNLESS step %]
170
                        [% IF Koha.Preference('CollapseFieldsPatronAddForm') %][% UNLESS step %]
171
                            <p id="selections">
171
                            <p id="selections">
172
                                <input type="checkbox" id="toggle_hidden_fields" title="These fields are hidden by default by the CollapseFieldsPatronAddForm system preference"><strong>Show hidden fields:</strong>
172
                                <input type="checkbox" id="toggle_hidden_fields" title="These fields are collapsed by default by the CollapseFieldsPatronAddForm system preference"><strong>Show collapsed fields:</strong>
173
                                [% FOREACH field IN fieldstohide.split(',') %]
173
                                [% FOREACH field IN fieldstohide.split(',') %]
174
                                    [% SWITCH field %]
174
                                    [% SWITCH field %]
175
                                        [% CASE 'identity' %] Organization/Patron identity |
175
                                        [% CASE 'identity' %] Organization/Patron identity |
176
- 

Return to bug 3137