[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. c91ed7b35048fc59ccb36468e81aae6f3ad42958

Evergreen Git git at git.evergreen-ils.org
Wed May 30 14:46:40 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, rel_2_1 has been updated
       via  c91ed7b35048fc59ccb36468e81aae6f3ad42958 (commit)
      from  b0718250dcbd48ed609636aa8e11086531245170 (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 c91ed7b35048fc59ccb36468e81aae6f3ad42958
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/web/templates/default/conify/global/action_trigger/event_definition.tt2 b/Open-ILS/web/templates/default/conify/global/action_trigger/event_definition.tt2
index cb74df4..b70cee4 100644
--- a/Open-ILS/web/templates/default/conify/global/action_trigger/event_definition.tt2
+++ b/Open-ILS/web/templates/default/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