From 564f3fdbe4ec932c041e9304bbcd6d0e38b40dfa Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Thu, 21 May 2020 18:19:57 -0400 Subject: [PATCH] LP1880035: Fix rendering of monograph parts A BorderContainer is primarily used to allow anchoring views to the top, bottom, left, or right of the container and usually allows the use of a splitter to resize child views. Since we don't use any of that and don't need such a control, it was apparrently just luck that it worked at all. Using a plain ContentPane instead allows the page to render as expected. Thanks to Galen Charlton for tracking this down and finding the fix. Signed-off-by: Jason Boyer Signed-off-by: Jason Stephenson Signed-off-by: Bill Erickson --- Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2 b/Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2 index 1de0d0ab50..1975290ae1 100644 --- a/Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2 +++ b/Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2 @@ -1,6 +1,6 @@ [% WRAPPER base.tt2 %] [% ctx.page_title = l('Configure Monograph Parts') %] -
+
[% l('Monograph Parts') %]
@@ -27,7 +27,6 @@