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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +1 lines)
Lines 117-123 Link Here
117
          [% ELSE %]
117
          [% ELSE %]
118
            <input type="checkbox" id="opac_editable" name="opac_editable" />
118
            <input type="checkbox" id="opac_editable" name="opac_editable" />
119
          [% END %]
119
          [% END %]
120
            <span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistration" target="_blank">self-registration</a> if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a> if set.)</span>
120
            <span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistration" target="_blank">self-registration</a> if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a> is set.)</span>
121
       </li>
121
       </li>
122
       <li><label for="staff_searchable">Searchable: </label>
122
       <li><label for="staff_searchable">Searchable: </label>
123
          [% IF attribute_type AND attribute_type.staff_searchable %]
123
          [% IF attribute_type AND attribute_type.staff_searchable %]
124
- 

Return to bug 27210