From 18a4c613a5e1203c2370aa45669d3984862bfd33 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Fri, 28 May 2021 03:33:22 +0000 Subject: [PATCH] Bug 27631: (follow-up) tools/marc_modification_templates.tt Changed file to have one

tag showing that describes the page, rather than the

around the logo. The hierarchy of other heading tags may be wrong, but this will be dealt with in an additional bug. To test: 1) Go to the Staff Client 2) Apply patch 3) Go to tools/marc_modification_templates and check that it has an obvious and descriptive heading 4) Ensure that the heading is

Sponsored-by: Catalyst IT --- .../prog/en/modules/tools/marc_modification_templates.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt index f8698b28a0..d7673761ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -81,7 +81,7 @@ [% IF ( template_id == '' ) %] -

MARC modification templates [% template_id | html %]

+

MARC modification templates [% template_id | html %]

@@ -106,7 +106,7 @@ [% ELSE %] -

Actions for [% template_name | html %]

+

Actions for [% template_name | html %]

[% IF ( ActionsLoop ) %] @@ -306,7 +306,7 @@