[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 0835669b59047e2820fceabe4e6923fbbee2c524

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_0 has been updated
       via  0835669b59047e2820fceabe4e6923fbbee2c524 (commit)
      from  309b6ef4910e8e31fc315f914b6f2414a7b701f6 (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 0835669b59047e2820fceabe4e6923fbbee2c524
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 21c36c8..6ca9109 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 value="&staff.cat.bib_brief.view_marc;" class="click_link" onclick="view_marc();"/>)</caption>
         <grid id="bib_brief_grid" />
     </groupbox>

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

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