From 4da87d7aabbc5de9704111f7dc5971f30f745886 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Wed, 27 Sep 2017 17:59:55 +0300 Subject: [PATCH] Bug 19374: CircSidebar overlapping transferred items table Content-Type: text/plain; charset=utf-8 When CircSidebar is activated, "Transferred items" table at Circulation -> Transfers goes under the sidebar. This patch fixes the issue. To test: 1. Enable CircSidebar system preference 2. Go to cgi-bin/koha/circ/branchtransfers.pl 3. Enter a barcode and click submit 4. Observe transferred items table under the circulation side bar 5. Apply patch 6. Enter a barcode and click submit 7. Observe transferred items is now correctly displayed 8. Also test with CircSidebar system preference deactivated Signed-off-by: Jonathan Druart Bug 19374: (follow-up) Remove stray closing div tag To test: 1. Apply first patch and validate the document e.g. here https://validator.w3.org/#validate_by_input 2. Observe "Stray end tag div." error 3. Apply this patch and validate again 4. Observe no errors 5. Go through test plan from first patch to make sure things still look nice Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d1a3be5..3fc491c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ -162,7 +162,7 @@ [% END %] - + [% IF ( trsfitemloop ) %] @@ -199,10 +199,10 @@ [% END %] [% IF Koha.Preference('CircSidebar') %] +
[% INCLUDE 'circ-nav.inc' %]
[% END %] - [% INCLUDE 'intranet-bottom.inc' %] -- 2.1.4