View | Details | Raw Unified | Return to bug 14828
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +1 lines)
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
- 

Return to bug 14828