[open-ils-commits] [GIT] Evergreen ILS branch master updated. 860ef994ddeb6bd7a5c0373c94afa4b23d26e03e

Evergreen Git git at git.evergreen-ils.org
Wed May 30 14:45:09 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  860ef994ddeb6bd7a5c0373c94afa4b23d26e03e (commit)
      from  f58737e7f2a78c48c36a0dcdb06dc39f2255021a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 860ef994ddeb6bd7a5c0373c94afa4b23d26e03e
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Wed Apr 11 12:04:19 2012 -0400

    LP#856708 - Scrolling/div size issues in action trigger interface
    
    The event definition content pane does not properly accommodate its contents.
    In the Event Definitions tab, the list of event definitions exceeds the height of the
    pane, but you can't scroll all the way down to the bottom of the list -- some of the
    content gets cut off. Likewise, when editing an event definition, you can't scroll
    all the way to the bottom of the page; the Cancel and Save buttons are cut off, and
    you have to use the Tab key to move the focus down to those buttons, which forces
    the pane to scroll to the bottom so that they're visible.
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/templates/conify/global/action_trigger/event_definition.tt2 b/Open-ILS/src/templates/conify/global/action_trigger/event_definition.tt2
index 08626f8..b3343af 100644
--- a/Open-ILS/src/templates/conify/global/action_trigger/event_definition.tt2
+++ b/Open-ILS/src/templates/conify/global/action_trigger/event_definition.tt2
@@ -25,8 +25,9 @@
                 <button dojoType='dijit.form.Button' onClick='edGrid.deleteSelected()'>Delete Selected</button>
             </div>
         </div>
-        <div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:600px'>
+        <div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:460px'>
             <table  jsId="edGrid" 
+                    autoHeight='true'
                     dojoType="openils.widget.AutoGrid" 
                     fieldOrder="['owner', 'name', 'hook', 'active', 'delay', 'delay_field', 'group_field', 'reactor', 'validator']"
                     suppressFields="['usr_field', 'opt_in_setting', 'max_delay', 'template', 'cleanup_failure', 'cleanup_success']"

-----------------------------------------------------------------------

Summary of changes:
 .../global/action_trigger/event_definition.tt2     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list