Lines 248-254
Link Here
|
248 |
<div class="hint">Use this category for the patron on auto register</div> |
248 |
<div class="hint">Use this category for the patron on auto register</div> |
249 |
</li> |
249 |
</li> |
250 |
<li> |
250 |
<li> |
251 |
<label for="allow_opac">Allow opac: </label> |
251 |
<label for="allow_opac">Allow OPAC: </label> |
252 |
<select name="allow_opac" id="allow_opac"> |
252 |
<select name="allow_opac" id="allow_opac"> |
253 |
[% IF identity_provider_domain.allow_opac == "1" %] |
253 |
[% IF identity_provider_domain.allow_opac == "1" %] |
254 |
<option value="1" selected="selected">Allow</option> |
254 |
<option value="1" selected="selected">Allow</option> |
Lines 258-264
Link Here
|
258 |
<option value="0" selected="selected">Don't allow</option> |
258 |
<option value="0" selected="selected">Don't allow</option> |
259 |
[% END %] |
259 |
[% END %] |
260 |
</select> |
260 |
</select> |
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_opac">Allow staff: </label> |
265 |
- |
|
|