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

Evergreen Git git at git.evergreen-ils.org
Tue Nov 22 14:35:08 EST 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  08d4c868183d2a3eb1ea74513f28f5fe3ac24094 (commit)
      from  22f7c28bbfe83b204cbc1107ed7d3bcd3b21ff2d (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 08d4c868183d2a3eb1ea74513f28f5fe3ac24094
Author: Dan Scott <dscott at laurentian.ca>
Date:   Tue Nov 22 13:33:07 2011 -0500

    Enable record summary to be scrollable at larger font sizes
    
    The record summary at the top of the cataloguing interfaces appears to
    determine its size based on the "normal" font size at load; then, when a
    larger font size is applied to the page, the text gets hidden by the
    fixed size of the groupbox.  Ideally the groupbox would adjust to
    accomodate the larger font size, but after trying many different
    approaches the best short-term approach seems to be to enable overflow
    so that scrollbars can appear when necessary.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/cat/bib_brief.xul b/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
index bce81b7..a7b7404 100644
--- a/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
+++ b/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
@@ -38,7 +38,7 @@ vim: noet:sw=4:ts=4:
     <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
     <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
 
-    <groupbox id="groupbox" flex="1">
+    <groupbox id="groupbox" flex="1" style="overflow: auto;">
         <caption id="caption">
             <label value="&staff.cat.bib_brief.record_summary;"/>
             <label id="add_volumes_left_paren" value="(" hidden="true"/>

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

Summary of changes:
 Open-ILS/xul/staff_client/server/cat/bib_brief.xul |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list