From: Jason Boyer Date: Thu, 21 May 2020 22:19:57 +0000 (-0400) Subject: LP1880035: Fix rendering of monograph parts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=564f3fdbe4ec932c041e9304bbcd6d0e38b40dfa;p=evergreen%2Fequinox.git 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 --- 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 @@