Bug 3137: (QA follow-up) Switch hidden for collapsed in text

Changes the text and tooltip on top of the add/edit patron screen
to use collapsed instead of hidden.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2020-03-13 15:35:17 +00:00 committed by Martin Renvoize
parent 87c3436f77
commit acda3765b1
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -169,7 +169,7 @@ legend:hover {
[% SET fieldstohide = Koha.Preference('CollapseFieldsPatronAddForm') %]
[% IF Koha.Preference('CollapseFieldsPatronAddForm') %][% UNLESS step %]
<p id="selections">
<input type="checkbox" id="toggle_hidden_fields" title="These fields are hidden by default by the CollapseFieldsPatronAddForm system preference"><strong>Show hidden fields:</strong>
<input type="checkbox" id="toggle_hidden_fields" title="These fields are collapsed by default by the CollapseFieldsPatronAddForm system preference"><strong>Show collapsed fields:</strong>
[% FOREACH field IN fieldstohide.split(',') %]
[% SWITCH field %]
[% CASE 'identity' %] Organization/Patron identity |