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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 154-160 Link Here
154
            [% ELSE %]
154
            [% ELSE %]
155
                <input type="checkbox" id="is_date" name="is_date" />
155
                <input type="checkbox" id="is_date" name="is_date" />
156
            [% END %]
156
            [% END %]
157
            <span class="hint">If checked, attribute will be a date. Date attributes cannot be repeatable or linked to an authorised value category.</span>
157
            <span class="hint">If checked, the attribute will be a date. Date attributes are repeatable, but cannot be linked to an authorised value category.</span>
158
        </li>
158
        </li>
159
       <li><label for="opac_display">Display in OPAC: </label>
159
       <li><label for="opac_display">Display in OPAC: </label>
160
          [% IF attribute_type AND attribute_type.opac_display %]
160
          [% IF attribute_type AND attribute_type.opac_display %]
161
- 

Return to bug 36922