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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 200-206 Link Here
200
                        [% ELSE %]
200
                        [% ELSE %]
201
                            <input type="checkbox" id="opac_mandatory" name="opac_mandatory" />
201
                            <input type="checkbox" id="opac_mandatory" name="opac_mandatory" />
202
                        [% END %]
202
                        [% END %]
203
                        <span class="hint">Check to make this attribute mandatory when creating or editing a patron from the OPAC.</span>
203
                        <span class="hint">Check to make this attribute mandatory when creating or editing a patron from the OPAC. Requires 'Editable in OPAC.'</span>
204
                    </li>
204
                    </li>
205
                    <li
205
                    <li
206
                        ><label for="display_checkout">Display in patron's brief information: </label>
206
                        ><label for="display_checkout">Display in patron's brief information: </label>
207
- 

Return to bug 41067