Bug 32378: Correction to allow_staff form field label
authorAndrew Auld <andrew.auld@ptfs-europe.com>
Wed, 30 Nov 2022 11:37:40 +0000 (11:37 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 19 Dec 2022 13:40:13 +0000 (10:40 -0300)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt

index 2378244..4ca4767 100644 (file)
                         <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>
                         <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>