[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 637b7317b6a571434f02ecb5520b800ff71dc747

Evergreen Git git at git.evergreen-ils.org
Wed Jun 10 20:44:09 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, rel_2_8 has been updated
       via  637b7317b6a571434f02ecb5520b800ff71dc747 (commit)
      from  162981e0ad2670499a9260e240b343bb78f6fc31 (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 637b7317b6a571434f02ecb5520b800ff71dc747
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