|
Lines 147-153
Link Here
|
| 147 |
<div class="hint">Use this category for the patron on auto register</div> |
147 |
<div class="hint">Use this category for the patron on auto register</div> |
| 148 |
</li> |
148 |
</li> |
| 149 |
<li> |
149 |
<li> |
| 150 |
<label for="allow_opac">Allow opac: </label> |
150 |
<label for="allow_opac">Allow OPAC: </label> |
| 151 |
<select name="allow_opac" id="allow_opac"> |
151 |
<select name="allow_opac" id="allow_opac"> |
| 152 |
<option value="1" selected="selected">Allow</option> |
152 |
<option value="1" selected="selected">Allow</option> |
| 153 |
<option value="0">Don't allow</option> |
153 |
<option value="0">Don't allow</option> |
|
Lines 299-305
Link Here
|
| 299 |
<th>Auto register</th> |
299 |
<th>Auto register</th> |
| 300 |
<th>Default library</th> |
300 |
<th>Default library</th> |
| 301 |
<th>Default category</th> |
301 |
<th>Default category</th> |
| 302 |
<th>Allow opac</th> |
302 |
<th>Allow OPAC</th> |
| 303 |
<th>Allow staff</th> |
303 |
<th>Allow staff</th> |
| 304 |
<th data-class-name="actions noExport">Actions</th> |
304 |
<th data-class-name="actions noExport">Actions</th> |
| 305 |
</tr> |
305 |
</tr> |
| 306 |
- |
|
|