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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 116-122 Link Here
116
          [% ELSE %]
116
          [% ELSE %]
117
            <input type="checkbox" id="opac_editable" name="opac_editable" />
117
            <input type="checkbox" id="opac_editable" name="opac_editable" />
118
          [% END %]
118
          [% END %]
119
            <span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work with <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistrationVerifyByEmail" target="_blank">PatronSelfRegistrationVerifyByEmail</a>.)</span>
119
          <span>Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work with <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistrationVerifyByEmailToPatron" target="_blank">PatronSelfRegistrationVerifyByEmailToPatron</a> or <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=PatronSelfRegistrationVerifyByEmailToLibrary" target="_blank">PatronSelfRegistrationVerifyByEmailToLibrary</a>.)</span>
120
       </li>
120
       </li>
121
       <li><label for="staff_searchable">Searchable: </label>
121
       <li><label for="staff_searchable">Searchable: </label>
122
          [% IF attribute_type AND attribute_type.staff_searchable %]
122
          [% IF attribute_type AND attribute_type.staff_searchable %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 892-898 Link Here
892
                    </fieldset>
892
                    </fieldset>
893
               [% END %]
893
               [% END %]
894
894
895
                [% IF ( Koha.Preference('ExtendedPatronAttributes') && patron_attribute_classes.size && !Koha.Preference('PatronSelfRegistrationVerifyByEmail') ) %]
895
                [% IF ( Koha.Preference('ExtendedPatronAttributes') && patron_attribute_classes.size && !Koha.Preference('PatronSelfRegistrationVerifyByEmailToPatron') && !Koha.Preference('PatronSelfRegistrationVerifyByEmailToLibrary')) %]
896
                    [% FOREACH pa_class IN patron_attribute_classes %]
896
                    [% FOREACH pa_class IN patron_attribute_classes %]
897
                        [% IF pa_class.class %]
897
                        [% IF pa_class.class %]
898
                            <fieldset id="aai_[% pa_loo.class | html %]" class="rows patron-attributes">
898
                            <fieldset id="aai_[% pa_loo.class | html %]" class="rows patron-attributes">
899
- 

Return to bug 25090