LP1880035: Fix rendering of monograph parts
authorJason Boyer <JBoyer@eoli.info>
Thu, 21 May 2020 22:19:57 +0000 (18:19 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 3 Jun 2020 19:54:52 +0000 (15:54 -0400)
commit55b38ba2463016085dd7e20c39fa61dd2d251fc3
tree497d8c76c42be54c24c1609cb1eff3b9411ef858
parent6f0b79352e1972a42ff0c17c98d35af974ecfb32
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