From: Bill Erickson Date: Tue, 7 Nov 2017 20:32:33 +0000 (-0500) Subject: LP#1730752 Webstaff grid column batch config dialog X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=02c568ef556f26f2174207de121fb15d3544ca6a;p=working%2FEvergreen.git LP#1730752 Webstaff grid column batch config dialog Adds a new "Manage Columns" grid action which opens a batch grid column configuration dialog. In the dialog, users can show/hide multiple columns at once. The column position actions (left/right/far-left/far-right) and sort priority settings have also been moved to this new UI. The existing 'Configure Columns' action has been renamed to 'Managed Column Widths' and now only supports making columns wider and narrower. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 74cf439656..b20f720244 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -473,6 +473,23 @@ table.list tr.selected td { /* deprecated? */ height: 25px; } +.eg-grid-columns-modal-body { + max-height: 400px; + overflow: scroll; +} + +.eg-grid-columns-modal-body .row { + padding: 2px 0px 2px 0px; + border-bottom: 1px solid #aaa; +} + +.eg-grid-columns-modal-body .visible { + color: rgb(51, 51, 51); + background-color: rgb(201, 221, 225); + border-bottom: 1px solid #888; +} + + eg-grid-field { display: none; } diff --git a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 index e8f94d77bd..941aa63086 100644 --- a/Open-ILS/src/templates/staff/share/t_autogrid.tt2 +++ b/Open-ILS/src/templates/staff/share/t_autogrid.tt2 @@ -158,9 +158,15 @@