]> git.evergreen-ils.org Git - Evergreen.git/commit
ACQ invoice tabs scroll improvements
authorBill Erickson <berick@esilibrary.com>
Fri, 28 Sep 2012 17:58:07 +0000 (13:58 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 17 Oct 2012 01:41:28 +0000 (21:41 -0400)
commitcfe2507fa9a5e67608b189a7b37aa9435550ad8c
tree70e826b343155d7688d9ba51a94ac6e0648e06dc
parent3e400639f1b6c8d948980507c37a45df1a79cba3
ACQ invoice tabs scroll improvements

Avoid nested scrollbars on tabbed ACQ invoice UI.  This is done by
removing a ContentPane layer and setting doLayout='false' on the
TabContainer, which allows the individual tabs to control their own
height dynamically, which means no more hard-set 600px height on the
tabs.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/acq/invoice/view.tt2