From e883d1e04f327d7c24df24dbe78491bae66d946b Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 27 Apr 2021 07:00:12 +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 df97d19524..8810edc1fa 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