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:
parent
87c3436f77
commit
acda3765b1
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue