From: Kathy Lussier Date: Tue, 25 Jul 2017 19:45:21 +0000 (-0400) Subject: LP#1706415: Address usability issues with bottom-of-page menus X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fkmlussier%2Flp1706415-improve-bottom-of-page-menu-usability;p=working%2FEvergreen.git LP#1706415: Address usability issues with bottom-of-page menus Dropdown menus that appear at the bottom of the page in the web client had some usability issues because their contents fell below the screen. This commit adds a little space at the bottom of all web client pages and also makes three bottom-of-the-page menus "drop up" instead of down. The three menus are the stat-cat menus that appear at the bottom of the user registration form, the Z39.50 actions menu, and the create reports template actions menu. Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 b/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 index e687c93f04..4ad211d0d7 100644 --- a/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 @@ -88,7 +88,8 @@ items-provider="z3950SearchGridProvider" grid-controls="gridControls" persist-key="cat.z3950_results" - dateformat="{{$root.egDateAndTimeFormat}}"> + dateformat="{{$root.egDateAndTimeFormat}}" + class="dropup"> diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index 76649b71f7..e17e38a569 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -860,7 +860,7 @@ within the "form" by name for validation.
-
+