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:
parent
6d6aa25524
commit
c06c8613cd
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue