From 4e978d64b4d4d256fc338fe2d68d774701b9a1e2 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 --- koha-tmpl/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 40923f1726..ff05dd3eee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -220,7 +220,7 @@ function confirmnotdup(redirect){ [% IF ( duplicateauthid ) %]
-

Duplicate record suspected

+

Duplicate record suspected

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

-- 2.11.0