[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. c31cdee66ad188469920e1de328d5b33d002d614
Evergreen Git
git at git.evergreen-ils.org
Fri Aug 26 14:55:43 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, rel_2_1 has been updated
via c31cdee66ad188469920e1de328d5b33d002d614 (commit)
from 2b2b8b6265574a1e220ecb80bfb6ec334c11e715 (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 c31cdee66ad188469920e1de328d5b33d002d614
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