Lines 233-239
Item types administration
Link Here
|
233 |
<ol> |
233 |
<ol> |
234 |
<li> |
234 |
<li> |
235 |
<label for="hideinopac">Hide in OPAC: </label> |
235 |
<label for="hideinopac">Hide in OPAC: </label> |
236 |
[% IF ( hideinopac ) %] |
236 |
[% IF ( itemtype.hideinopac ) %] |
237 |
<input type="checkbox" id="hideinopac" name="hideinopac" checked="checked" value="1" /> |
237 |
<input type="checkbox" id="hideinopac" name="hideinopac" checked="checked" value="1" /> |
238 |
[% ELSE %] |
238 |
[% ELSE %] |
239 |
<input type="checkbox" id="hideinopac" name="hideinopac" value="1" /> |
239 |
<input type="checkbox" id="hideinopac" name="hideinopac" value="1" /> |
240 |
- |
|
|