From e91e8a070d6972575d84bbeff19a34826214a6b4 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 24 May 2021 10:06:33 +0000 Subject: [PATCH] Bug 27741: authorities 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/authorities/authorities.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 56e38dbddc..2c728d9bff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -224,7 +224,7 @@ function confirmnotdup(redirect){ [% IF ( duplicateauthid ) %]
-

Duplicate record suspected

+

Duplicate record suspected

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

-- 2.20.1