Bug 3137: (QA follow-up) Switch hidden for collapsed in text
authorKatrin Fischer <katrin.fischer.83@web.de>
Fri, 13 Mar 2020 15:35:17 +0000 (15:35 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 19 Mar 2020 09:10:46 +0000 (09:10 +0000)
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>

koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt

index 0f14efc..340d270 100644 (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 |