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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +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>.)</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> if 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 %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 936-942 Link Here
936
                        </div> <!-- /.row -->
936
                        </div> <!-- /.row -->
937
                   [% END %]
937
                   [% END %]
938
938
939
                    [% IF ( Koha.Preference('ExtendedPatronAttributes') && patron_attribute_classes.size && action != 'new' ) %]
939
                    [% IF ( Koha.Preference('ExtendedPatronAttributes') && patron_attribute_classes.size && ! ( action == 'new' && Koha.Preference('PatronSelfRegistrationVerifyByEmail') ) ) %]
940
                        <div class="row">
940
                        <div class="row">
941
                            <div class="col">
941
                            <div class="col">
942
                                [% FOREACH pa_class IN patron_attribute_classes %]
942
                                [% FOREACH pa_class IN patron_attribute_classes %]
943
- 

Return to bug 26973