From d4f5df9375402bff5de5ec330b88bf696571f73e Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> Date: Wed, 2 Jun 2021 08:44:35 +0000 Subject: [PATCH] Bug 27631: (follow-up) circ/branchtransfers.tt Changed file to have one <h1> tag showing that describes the page, rather than the <h1> 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 circ/branchtransfers and check that it has an obvious and descriptive heading 4) Ensure that the heading is <h1> Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt index e27f7d4b5e..c4e3e54f7c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -35,6 +35,8 @@ [% END %] <main> + <h1>Branch transfers</h1> + [% IF ( found ) %] <h3>Reserve found</h3> <table> -- 2.11.0