LP1880035: Fix rendering of monograph parts
authorJason Boyer <JBoyer@eoli.info>
Thu, 21 May 2020 22:19:57 +0000 (18:19 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:32:43 +0000 (11:32 -0400)
commitfafd74024b36bb057b831aa16184e4fb3c411781
tree7f43b5e376d014be76f8f0a1abeac26dddae3c5e
parentb7e43c33be42b71f37ee21b3e7e1b263527524e1
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 <JBoyer@eoli.info>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2