]> 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:42:10 +0000 (21:42 -0400)
commit3fcd13fb8ab41910719ca53a9d1313fd39880767
treeea4d8183c291ab0e06a4511d8bceea88adbaffb6
parentaf303657985f5d27bd100b14c1630f7c7b3e4524
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