From ab626d97f38dbba77436fbe6da01a23519832fdb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 5 Nov 2021 14:08:20 +0000 Subject: [PATCH] Bug 27741: course_reserves 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 --- .../prog/en/modules/course_reserves/batch_add_items.tt | 6 +++--- .../prog/en/modules/course_reserves/batch_rm_items.tt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt index 0acb573fe9..81f448c81a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt @@ -156,7 +156,7 @@

Results

[% IF barcodes %] -

Items added

+

Items added

[% IF items_added.size > 0 %]

The following items were added or updated:

    @@ -170,7 +170,7 @@ [% IF invalid_barcodes.size > 0 %] -

    Invalid barcodes

    +

    Invalid barcodes

    The following invalid barcodes were skipped:

      [% FOREACH b IN invalid_barcodes %] @@ -179,7 +179,7 @@
    [% END %] [% ELSIF biblionumbers %] -

    Bibliographic records added

    +

    Bibliographic records added

    [% IF biblios_added.size > 0 %]

    The following bibliographic records were added or updated:

      diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt index 87db994454..646b232cec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt @@ -53,7 +53,7 @@ [% IF action == 'display_results' %]

      Results

      -

      Items removed

      +

      Items removed

      [% IF item_and_count > 0 %]

      The following items were removed from all courses:

        @@ -67,7 +67,7 @@ [% IF invalid_barcodes.size > 0 %] -

        Invalid barcodes

        +

        Invalid barcodes

        The following invalid barcodes were skipped:

          [% FOREACH b IN invalid_barcodes %] -- 2.20.1