|
Lines 155-161
Link Here
|
| 155 |
<span>OPAC users from this domain to login with this identity provider.</span> |
155 |
<span>OPAC users from this domain to login with this identity provider.</span> |
| 156 |
</li> |
156 |
</li> |
| 157 |
<li> |
157 |
<li> |
| 158 |
<label for="allow_opac">Allow staff: </label> |
158 |
<label for="allow_staff">Allow staff: </label> |
| 159 |
<select name="allow_staff" id="allow_staff"> |
159 |
<select name="allow_staff" id="allow_staff"> |
| 160 |
<option value="1">Allow</option> |
160 |
<option value="1">Allow</option> |
| 161 |
<option value="0" selected="selected">Don't allow</option> |
161 |
<option value="0" selected="selected">Don't allow</option> |
|
Lines 261-267
Link Here
|
| 261 |
<span>opac users of this domain to login with this identity provider</span> |
261 |
<span>opac users of this domain to login with this identity provider</span> |
| 262 |
</li> |
262 |
</li> |
| 263 |
<li> |
263 |
<li> |
| 264 |
<label for="allow_opac">Allow staff: </label> |
264 |
<label for="allow_staff">Allow staff: </label> |
| 265 |
<select name="allow_staff" id="allow_staff"> |
265 |
<select name="allow_staff" id="allow_staff"> |
| 266 |
[% IF identity_provider_domain.allow_staff == "1" %] |
266 |
[% IF identity_provider_domain.allow_staff == "1" %] |
| 267 |
<option value="1" selected="selected">Allow</option> |
267 |
<option value="1" selected="selected">Allow</option> |
| 268 |
- |
|
|