From a1b67bb06b3aa1972b797630afea5071fec0bb67 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 24 May 2021 11:53:28 +0000 Subject: [PATCH] Bug 27741: cataloguing 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/cataloguing/addbiblio.tt | 4 ++-- .../prog/en/modules/cataloguing/addbooks.tt | 8 ++++---- .../prog/en/modules/cataloguing/editor.tt | 12 ++++++------ .../prog/en/modules/cataloguing/merge.tt | 4 ++-- .../cataloguing/value_builder/marc21_field_006.tt | 2 +- .../cataloguing/value_builder/marc21_field_008.tt | 2 +- .../cataloguing/value_builder/unimarc_field_210c.tt | 4 ++-- .../prog/en/modules/cataloguing/z3950_auth_search.tt | 4 ++-- .../prog/en/modules/cataloguing/z3950_search.tt | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index fb1652e859..27d0410258 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -816,7 +816,7 @@ function PopupMARCFieldDoc(field) { [% IF ( duplicatebiblionumber ) %]
-

Duplicate record suspected

+

Duplicate record suspected

Is this a duplicate of [% duplicatetitle | html %] ?

[% IF ( CAN_user_editcatalogue_edit_items ) %]
@@ -1009,7 +1009,7 @@ function PopupMARCFieldDoc(field) {
[% IF ( BIG_LOOP.size > 1 ) %] -

Section [% BIG_LOO.number | html %]

+

Section [% BIG_LOO.number | html %]

[% END %] [% previous = "" %] [% FOREACH innerloo IN BIG_LOO.innerloop %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index 2d3f092049..1b031c1ced 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -90,7 +90,7 @@ [% IF ( total ) %] -

Records found in the catalog

+

Records found in the catalog

[% total | html %] result(s) found in catalog, [% breeding_count | html %] result(s) found in reservoir @@ -189,7 +189,7 @@ [% IF ( error ) %]
[% END %] -

No results found

+

No results found

[% IF ( error ) %] Error: [% error | html %]
@@ -239,7 +239,7 @@ [% END # /IF breeding_loo %] [% ELSE %] -

No results found

+

No results found

[% END # /IF breeding_loop %]
[% END # /IF query %] @@ -249,7 +249,7 @@