From 6e3a0377a3abfc2c870a88197894805241c8e7c7 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Tue, 18 Mar 2025 15:04:07 +0100 Subject: [PATCH] Bug 37512: (follow-up) Add a modal Note: this also fix the CSRF issue on this patch since 24.11 --- .../prog/en/includes/patron_messages.inc | 227 ++++++++++-------- .../prog/en/modules/circ/circulation.tt | 2 + members/setstatus.pl | 12 +- 3 files changed, 133 insertions(+), 108 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index 28c48d66..16df0a8f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -24,9 +24,11 @@ Expiration: Patron's card expires on [% patron.dateexpiry | $KohaDates %]. [% IF ( moremember ) %] - Renew or Edit details + Renew or + Edit details [% ELSE %] - Renew or Edit details + Renew or + Edit details [% END %] [% END %] @@ -45,9 +47,11 @@ Patron's card expired on [% expiry | $KohaDates %] [% END %] [% IF ( moremember ) %] - Renew or Edit details + Renew or + Edit details [% ELSE %] - Renew or Edit details + Renew or + Edit details [% END %] [% END %] @@ -62,8 +66,8 @@ [% IF CAN_user_borrowers_edit_borrowers %] Change password - - or Reset login attempts + + or [% END %] @@ -71,61 +75,63 @@ [% IF ( patron.gonenoaddress ) %]
  • - Address: Patron's address flagged as in doubt Edit + Address: Patron's address flagged as in doubt + Edit
  • [% END %] [% IF ( patron.lost ) %]
  • - Lost: Patron's card is flagged as lost Edit + Lost: Patron's card is flagged as lost + Edit
  • [% END %] [% IF ( userdebarred ) %]
  • Restricted since [% debarredsince | $KohaDates %]: Patron's account is restricted - [% IF ( userdebarreddate ) %] until [% userdebarreddate | $KohaDates %] [% END %] [% IF ( debarredcomment ) %] - with the explanation:
    + with the explanation:
    [% IF debarredcomment.search('OVERDUES_PROCESS') %] Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %] [% ELSE %] [% FOREACH restriction IN patron.restrictions %]
    - - [% IF restriction.expiration %] - [% restriction.expiration | $KohaDates %] - [% ELSE %] - Indefinite - [% END %] - - - [%- restriction.type.display_text | html -%][%- IF restriction.comment -%]: [%- restriction.comment | html_line_break -%][%- END -%] - + + [% IF restriction.expiration %] + [% restriction.expiration | $KohaDates %] + [% ELSE %] + Indefinite + [% END %] + + [%- restriction.type.display_text | html -%][%- IF restriction.comment -%]: [%- restriction.comment | html_line_break -%][%- END -%]
    [% END %] - [% END %] -

    + [% END %]
    [% END %] View restrictions -
  • + + [% END # /IF userdebarred %] [% IF ( odues ) %]
  • - Overdues: Patron has ITEMS OVERDUE See highlighted items below + Overdues: Patron has ITEMS OVERDUE See highlighted items below
  • [% END %] [% IF return_claims.count > ClaimReturnedWarningThreshold %] -
  • - Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS -
  • +
  • Return claims: Patron has [% return_claims.count | html %] RETURN CLAIMS
  • [% END %] [% IF age_limitations %] @@ -159,16 +165,14 @@ [% IF ( charges_guarantees ) %]
  • Charges: Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %]. - [% IF noissues %] - Checkouts are BLOCKED because fine balance is OVER THE LIMIT. - [% END %] + [% IF noissues %] + Checkouts are BLOCKED because fine balance is OVER THE LIMIT. + [% END %]
  • [% END %] [% IF ( credits ) %] -
  • - Credits: Patron has a credit[% IF ( creditsamount ) %] of [% creditsamount | $Price %][% END %] -
  • +
  • Credits: Patron has a credit[% IF ( creditsamount ) %]of [% creditsamount | $Price %][% END %]
  • [% END %] [% IF (noissues && CAN_user_circulate_force_checkout && !moremember) %]
  • @@ -178,7 +182,6 @@
  • [% END %] - [% END # /F ( has_modifications || warndeparture... %] [% IF waiting_recalls.count %] @@ -200,15 +203,11 @@ [% IF ( w.pickup_library_id == logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), - [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] - [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] + [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] Recall placed on [% w.created_date | $KohaDates %].
    - - [% SET expires_on = w.expiration_date %] - Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] - + [% SET expires_on = w.expiration_date %] Waiting here [% IF expires_on %]until [% expires_on | $KohaDates %][% END %]
  • [% END %] [% END %] @@ -222,15 +221,11 @@ [% IF ( w.pickup_library_id != logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), - [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] - [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] + [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] Recall placed on [% w.created_date | $KohaDates %].
    - - [% SET expires_on = w.expiration_date %] - Waiting at [% Branches.GetName( w.pickup_library_id ) | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] - + [% SET expires_on = w.expiration_date %] Waiting at [% Branches.GetName( w.pickup_library_id ) | html %] [% IF expires_on %]until [% expires_on | $KohaDates %][% END %]
  • [% END %] [% END %] @@ -258,18 +253,12 @@ [% IF ( w.branch.branchcode == logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), - [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] - [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] + [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] Hold placed on [% w.reservedate | $KohaDates %].
    - - [% SET expires_on = w.expirationdate %] - Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %][% END %]. - - - Waiting here since [% w.waitingdate | $KohaDates %]. - + [% SET expires_on = w.expirationdate %] Waiting here [% IF expires_on %]until [% expires_on | $KohaDates %][% END %]. + Waiting here since [% w.waitingdate | $KohaDates %].
  • [% END %] [% END %] @@ -283,15 +272,11 @@ [% IF ( w.branch.branchcode != logged_in_branchcode ) %]
  • [% w.biblio.title | html %] - ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), - [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] - [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] + ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] + [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] Hold placed on [% w.reservedate | $KohaDates %].
    - - [% SET expires_on = w.expirationdate %] - Waiting at [% w.branch.branchname | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] - + [% SET expires_on = w.expirationdate %] Waiting at [% w.branch.branchname | html %] [% IF expires_on %]until [% expires_on | $KohaDates %][% END %]
  • [% END %] [% END %] @@ -306,25 +291,23 @@

    Curbside pickups scheduled here

      - [% FOR cp IN curbside_pickups %] -
    • On [% cp.scheduled_pickup_datetime | $KohaDates %]: - [% SWITCH cp.status %] - [% CASE 'to-be-staged' %] - - To be staged - [% CASE 'staged-and-ready' %] - - Staged and ready - [% CASE 'patron-is-outside' %] - - Patron is outside! - [% CASE 'delivered' %] - - Delivered - [% CASE %]Unknown status "[% cp.status | html %]" - [% END %] -
    • - [% END %] + [% FOR cp IN curbside_pickups %] +
    • On [% cp.scheduled_pickup_datetime | $KohaDates %]: + [% SWITCH cp.status %] + [% CASE 'to-be-staged' %] + To be staged + [% CASE 'staged-and-ready' %] + Staged and ready + [% CASE 'patron-is-outside' %] + Patron is outside! + [% CASE 'delivered' %] + Delivered + [% CASE %] + Unknown status "[% cp.status | html %]" + [% END %] +
    • + [% END %]
    [% END %] @@ -335,12 +318,11 @@

    Notes

    - + + [% END # /IF patron.borrowernotes %] [% IF ( patron_messages ) %] @@ -357,7 +339,11 @@ [% patron_message.message_date | $KohaDates %] [% Branches.GetName( patron_message.branchcode ) | html %] [% IF patron_message.manager_id %] - ( [% patron_message.get_column('manager_firstname') | html %] [% patron_message.get_column('manager_surname') | html %] ) + ( + [% patron_message.get_column('manager_firstname') | html %] [% patron_message.get_column('manager_surname') | html %] + ) [% END %] "[% patron_message.message | html | html_line_break %]" [% IF patron_message.patron_read_date %] @@ -366,22 +352,36 @@
    [% IF patron_message.branchcode == Branches.GetLoggedInBranchcode OR Koha.Preference('AllowAllMessageDeletion') %] [% IF moremember %] - Edit + Edit
    [% INCLUDE 'csrf-token.inc' %] - - - - + + + +
    [% ELSE %] - Edit + Edit
    [% INCLUDE 'csrf-token.inc' %] - - - + + +
    [% END %] @@ -390,7 +390,8 @@ [% END %] Add a new message - + + [% FOREACH pm IN patron_messages %] [% END %] [% END # /IF patron_messages %] + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 66cb8521..021dd81e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -1179,6 +1179,7 @@ }); [% END %] + /* // Handle checkout for fast cataloging // Check the referrer to prevent csrf, fill and submit form if(document.referrer.split(window.location.origin + '/cgi-bin/koha/cataloguing/additem.pl?')[1].match(/frameworkcode=FA&circborrowernumber=/) ) { @@ -1192,6 +1193,7 @@ displayProperty: 'name', placeholder: _("Select or type a reason"), }); + */ }); [% INCLUDE 'str/members-menu.inc' %] diff --git a/members/setstatus.pl b/members/setstatus.pl index 0d7957d9..fe45c16b 100755 --- a/members/setstatus.pl +++ b/members/setstatus.pl @@ -35,11 +35,11 @@ my $input = CGI->new; my ($loggedinuserid) = checkauth( $input, 0, { borrowers => 'edit_borrowers' }, 'intranet' ); -my $destination = $input->param("destination") || ''; -my $borrowernumber = $input->param('borrowernumber'); -my $status = $input->param('status'); -my $reregistration = $input->param('reregistration') || ''; -my $resetloginattempts = $input->param('resetloginattempts') || ''; +my $destination = $input->param("destination") || ''; +my $borrowernumber = $input->param('borrowernumber'); +my $status = $input->param('status'); +my $reregistration = $input->param('reregistration') || ''; +my $op = $input->param('op'); my $dbh = C4::Context->dbh; my $dateexpiry; @@ -66,7 +66,7 @@ if ( $logged_in_user->can_see_patron_infos($patron) ) { } } $dateexpiry = $patron->renew_account; - } elsif ( $resetloginattempts eq 'y' ) { + } elsif ( $op == "cud-reset_login_attempts" ) { $patron->login_attempts(0)->store; } else { my $sth = $dbh->prepare("UPDATE borrowers SET debarred = ?, debarredcomment = '' WHERE borrowernumber = ?"); -- 2.30.2