From 9f8bcf5f40eb892e63ccebb7b126e29b8e8add9a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 4 Nov 2021 18:05:31 +0000 Subject: [PATCH] Bug 27741: reserve folder Bug 27631 corrected the

tags in each of the pages in the staff client. This bug deals with correcting the hierarchy of each of the other headings. To test: 1) Apply patch and dependencies 2) Go to each of the pages and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/reserve/request.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index b94d2d289f..e0677c1c32 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -136,14 +136,14 @@ [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %] [% IF ( messageborrower ) %]
-

Patron not found

+

Patron not found

No patron with this name, please, try another

[% END %] [% IF ( messageclub ) %]
-

Club not found

+

Club not found

No club with this name, please, try another

[% END %] @@ -372,7 +372,7 @@
[% UNLESS ( multi_hold ) %] -

Cannot place hold

+

Cannot place hold

[% ELSE # UNLESS multi_hold %] -

Cannot place hold on some items

+

Cannot place hold on some items

[% IF (no_reserves_allowed ) %]
  • No holds allowed: [% patron.firstname | html %] [% patron.surname | html %] cannot place holds on some of these title's items.
  • [% ELSIF ( exceeded_maxreserves ) %] @@ -433,7 +433,7 @@ [% IF ( messageborrower ) %]
    -

    Patron not found:

    +

    Patron not found:

    Name or barcode not found. Please try an other

    [% END %] @@ -1097,7 +1097,7 @@