From 5b0bf350c9bee7f0c64b6018f7b914caf058062a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 24 Mar 2020 10:14:55 +0100 Subject: [PATCH] Bug 24476: (QA follow-up) Move new option below warnings and messages in OPAC account This makes it so the new option appears right above the table of checkouts etc. but below any warnings, messages or dialogs. Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 61 +++++++++++----------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index f886df0c5e..b4c92c6176 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -49,36 +49,6 @@

Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]

- [% IF Koha.Preference('AllowPatronToControlAutorenewal') %] -
- - [% IF ( borrower.autorenew_checkouts ) %] - - - - [% ELSE %] - - - [% END %] - - - -
- [% END %] [% IF ( patronupdate ) %]

Thank you!

Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.

[% END %] [% IF failed_holds %] @@ -181,6 +151,37 @@
[% Koha.Preference('OPACMySummaryNote') | $raw %]
[% END %] + [% IF Koha.Preference('AllowPatronToControlAutorenewal') %] +
+ + [% IF ( borrower.autorenew_checkouts ) %] + + + + [% ELSE %] + + + [% END %] + + + +
+ [% END %] +