Bug 32378: Correction to allow_staff form field label

The forms for attributes were mis-copied. This corrects that mistake.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Andrew Auld 2022-11-30 11:37:40 +00:00 committed by Tomas Cohen Arazi
parent 6d6aa25524
commit c06c8613cd
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -155,7 +155,7 @@
<span>OPAC users from this domain to login with this identity provider.</span>
</li>
<li>
<label for="allow_opac">Allow staff: </label>
<label for="allow_staff">Allow staff: </label>
<select name="allow_staff" id="allow_staff">
<option value="1">Allow</option>
<option value="0" selected="selected">Don't allow</option>
@ -261,7 +261,7 @@
<span>OPAC users of this domain to login with this identity provider</span>
</li>
<li>
<label for="allow_opac">Allow staff: </label>
<label for="allow_staff">Allow staff: </label>
<select name="allow_staff" id="allow_staff">
[% IF identity_provider_domain.allow_staff == "1" %]
<option value="1" selected="selected">Allow</option>