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

Evergreen Git git at git.evergreen-ils.org
Wed Jun 10 20:44:08 EDT 2015


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  dea575f117d76ad78aefe19f362571bc54eec94e (commit)
      from  0f31fcdffca6430675a9e945189eb02d0a0b9006 (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 dea575f117d76ad78aefe19f362571bc54eec94e
Author: Bradley Bonner <bbonner at kcls.org>
Date:   Wed Jun 10 14:26:57 2015 -0700

    LP#757533: adds scrollbars (when necessary) to the item status alternate view tab box.
    
    Signed-off-by: Bradley Bonner <bbonner at kcls.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
index 7d39fd9..fd4aba1 100644
--- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
+++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
@@ -36,7 +36,7 @@
     <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
     <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
 
-    <groupbox flex="1">
+    <groupbox flex="1" style="overflow:auto">
 
         <caption label="&staff.circ.alternate_copy_summary.Alternate_View.label;" />
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list