From 5543bb63d3380151257901955f78e09be1211b3f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 28 Feb 2025 15:58:30 +0000 Subject: [PATCH] Bug 39189: (follow-up) Add containers to the template markup Some sections of the patron entry form do not have a single container to be collapsed using the jQuery's next(). Since this patch converts it from nextAll() it's necessary to have a single container to match. Signed-off-by: Phil Ringnalda --- .../prog/en/modules/members/memberentrygen.tt | 350 +++++++++--------- 1 file changed, 179 insertions(+), 171 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 2ad3069573..8aa21cf19f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1365,91 +1365,93 @@ Patron restrictions - [% IF ( patron.restrictions.count ) %] - - - - - - - - [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] - - [% END %] - - - - [% FOREACH restriction IN patron.restrictions %] +
+ [% IF ( patron.restrictions.count ) %] +
TypeCommentExpiration[% tp('patron restriction created on', 'Created') | html %]Remove?
+ - - - - + + + + [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] - + [% END %] - [% END # /FOREACH d %] - -
[% PROCESS restriction_type_description restriction_type=restriction.type %] - [% IF restriction.comment.search('OVERDUES_PROCESS') %] - Restriction added by overdues process [% restriction.comment.remove('OVERDUES_PROCESS ') | $raw %] - [% ELSE %] - [% restriction.comment | $raw %] - [% END %] - - [% IF restriction.expiration %] - [% restriction.expiration | $KohaDates %] - [% ELSE %] - Indefinite - [% END %] - [% restriction.created | $KohaDates %]TypeCommentExpiration[% tp('patron restriction created on', 'Created') | html %] - - Remove?
- [% ELSE %] -

Patron is currently unrestricted.

- [% END # /IF ( patron.restrictions.count ) %] - - [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] -

Add manual restriction

-
- - Add manual restriction -
    - [% IF Koha.Preference('PatronRestrictionTypes') %] -
  1. - - + [% END %] - + + [% END # /FOREACH d %] + + + [% ELSE %] +

    Patron is currently unrestricted.

    + [% END # /IF ( patron.restrictions.count ) %] + + [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] +

    Add manual restriction

    +
    + + Add manual restriction +
      + [% IF Koha.Preference('PatronRestrictionTypes') %] +
    1. + + +
    2. + [% END %] +
    3. + +
    4. - [% END %] -
    5. - - -
    6. -
    7. - - - Clear date -
    8. -
    -

    - Cancel -

    -
    - - [% END # /IF CAN_user_borrowers_edit_borrowers %] +
  2. + + + Clear date +
  3. +
+

+ Cancel +

+
+ + [% END # /IF CAN_user_borrowers_edit_borrowers %] + [% END # /IF ( step_3 ) %] @@ -1505,78 +1507,81 @@ Additional attributes and identifiers - - [% FOREACH pa_loo IN patron_attributes %] -
    -
    - [% IF pa_loo.class %] -

    [% pa_loo.lib | html %]

    - [% END %] - [% FOREACH patron_attribute IN pa_loo.items %] -
  1. - [% IF patron_attribute.mandatory %] - - [% ELSE %] - - [% END %] - [% IF ( patron_attribute.use_dropdown ) %] - - [% ELSE %] +
    + + [% FOREACH pa_loo IN patron_attributes %] +
      +
      + [% IF pa_loo.class %] +

      [% pa_loo.lib | html %]

      + [% END %] + [% FOREACH patron_attribute IN pa_loo.items %] +
    1. [% IF patron_attribute.mandatory %] - [% IF patron_attribute.is_date %] - - [% ELSE %] - - [% END %] + + [% ELSE %] + + [% END %] + [% IF ( patron_attribute.use_dropdown ) %] + [% ELSE %] - [% IF patron_attribute.is_date %] - + [% IF patron_attribute.mandatory %] + [% IF patron_attribute.is_date %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% IF patron_attribute.is_date %] + + [% ELSE %] + + [% END %] [% END %] + [% END # /IF ( patron_attribute.use_dropdown ) %] + + [% IF ( !patron_attribute.is_date ) %] + Clear [% END %] - [% END # /IF ( patron_attribute.use_dropdown ) %] - - [% IF ( !patron_attribute.is_date ) %] - Clear - [% END %] - [% IF ( patron_attribute.repeatable ) %] - New - [% END %] - [% IF patron_attribute.mandatory %]Required[% END %] -
    2. - [% END # /FOREACH patron_attribute %] -
      -
    - [% END # /FOREACH pa_loo %] + [% IF ( patron_attribute.repeatable ) %] + New + [% END %] + [% IF patron_attribute.mandatory %]Required[% END %] +
  2. + [% END # /FOREACH patron_attribute %] +
    +
+ [% END # /FOREACH pa_loo %] + + [% END # UNLESS ( no_patron_attribute_types ) %] @@ -1590,33 +1595,36 @@ Patron messaging preferences - - - [% INCLUDE 'messaging-preference-form.inc' %] - [% IF ( SMSSendDriver ) %] - [% IF !nosmsalertnumber %] -

- - - Please enter numbers only. Prefix the number with + or 00 if including the country code. -

- [% END %] - [% IF SMSSendDriver == 'Email' && !nosms_provider_id %] -

- - + [% INCLUDE 'messaging-preference-form.inc' %] + [% IF ( SMSSendDriver ) %] + [% IF !nosmsalertnumber %] +

+ + + Please enter numbers only. Prefix the number with + or 00 if including the country code. +

+ [% END %] + [% IF SMSSendDriver == 'Email' && !nosms_provider_id %] +

+ + -

- [% END # /UNLESS nosms_provider_id %] - [% END # IF ( SMSSendDriver ) %] + +

+ [% END # /UNLESS nosms_provider_id %] + [% END # IF ( SMSSendDriver ) %] + + [% END # IF ( EnhancedMessagingPreferences ) %] [% END # /IF step_5 %] -- 2.48.1