From: Lebbeous Fogle-Weekley Date: Mon, 30 Jan 2012 18:41:55 +0000 (-0500) Subject: Avoid three-scrollbar situation in Acq -> Providers -> Invoices tab X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fsenator%2Flp-922128;p=working%2FEvergreen.git Avoid three-scrollbar situation in Acq -> Providers -> Invoices tab You can certainly still get two scrollbars here, which is unfortunate, but at least you shouldn't be able to get three anymore. This solution also gives us a way to deal with the same problem if/when it is seen in other interfaces (I feel like I've seen it occasionally). Before now, AutoGrid created a content pane dynamically and placed place it in the DOM before its own root DOM node. Depending on where that lands in a surrounding hierarchy of dijit.layout.ContentPane objects, that can create a situation where more scrollbars are generated to show more DOM objects in a limited space. This generated content pane is where AutoGrid puts its Back, Next and potentially Filter links. Now you can specify a DOM node where you want that material to go instead, and control the layout better. Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/conify/global/acq/provider.tt2 b/Open-ILS/src/templates/conify/global/acq/provider.tt2 index 655d838a2c..d6eed146f5 100644 --- a/Open-ILS/src/templates/conify/global/acq/provider.tt2 +++ b/Open-ILS/src/templates/conify/global/acq/provider.tt2 @@ -61,8 +61,10 @@ +
Delete Selected +
Delete Selected +
Delete Selected +
Delete Selected +
- Invoices +
+
Invoices
+
+
+