[open-ils-commits] [GIT] Evergreen ILS branch master updated. 60d24be6e41583f419178f24ca0abf369b2d0186

Evergreen Git git at git.evergreen-ils.org
Fri Aug 26 14:55:42 EDT 2011


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  60d24be6e41583f419178f24ca0abf369b2d0186 (commit)
      from  3dec457079d221642b3bdb6ed7f67c145d1717d4 (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 60d24be6e41583f419178f24ca0abf369b2d0186
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Wed Aug 10 21:31:02 2011 -0400

    LP#824257 Fix nasty overlapping when patron has more than 6 notes
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/info_notes.xul b/Open-ILS/xul/staff_client/server/patron/info_notes.xul
index f3e5fed..d10e821 100644
--- a/Open-ILS/xul/staff_client/server/patron/info_notes.xul
+++ b/Open-ILS/xul/staff_client/server/patron/info_notes.xul
@@ -235,7 +235,7 @@
     
     <messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
 
-    <stack hidden="true" id="note_template" flex="1">
+    <stack hidden="true" id="note_template" flex="1" minheight="50px">
         <groupbox flex="1" style="background-color: black;"/>
         <groupbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px;" >
             <hbox>

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

Summary of changes:
 .../xul/staff_client/server/patron/info_notes.xul  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list