From c08d728fdf6639a55548a4c5e97132b5569a1aee Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Sun, 6 Jun 2021 05:31:09 +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 --- koha-tmpl/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 8fb10a6dbc..17ae37afe4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -103,14 +103,14 @@ [% UNLESS club OR patron OR patron.borrowernumber OR noitems %] [% 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 %] @@ -338,7 +338,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 ) %] @@ -399,7 +399,7 @@ [% IF ( messageborrower ) %]
    -

    Patron not found:

    +

    Patron not found:

    Name or barcode not found. Please try an other

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