From 378e9283791f6f625d2de0cdc66399ce77763600 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 12 Mar 2013 15:43:52 -0400 Subject: [PATCH] Bug 9196 - authorities editor overlapping box This patch corrects a display problem in the authorities editor which can cause the contents of a tab to overflow outside the tab's boundary. To test open an authority record for editing. Confirm that tab contents do not overflow their bounds on both tabs with many lines and tabs with just one or two. Signed-off-by: Pierre Angot Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov --- .../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 1907a1b23f..305f3aa589 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -188,7 +188,7 @@ function confirmnotdup(redirect){ [% FOREACH innerloo IN BIG_LOO.innerloop %] [% IF ( innerloo.tag ) %] -
+
[% UNLESS hide_marc %] [% IF advancedMARCEditor %] -- 2.20.1