LP1880035: Fix rendering of monograph parts user/dyrcona/lp1880035_render_parts_signoff
authorJason Boyer <JBoyer@eoli.info>
Thu, 21 May 2020 22:19:57 +0000 (18:19 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 22 May 2020 14:56:39 +0000 (10:56 -0400)
commit28f23527acad8248ff631fb976722e734067c7a0
tree21a47a41f8a7adf9580a7758cebfebb58416d1a7
parent07971c7e01ba6911a64955272592798f7ad24f69
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>
Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2