[open-ils-commits] r20401 - branches/rel_2_1/Open-ILS/xul/staff_client/server/circ (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 4 00:54:39 EDT 2011


Author: miker
Date: 2011-05-04 00:54:36 -0400 (Wed, 04 May 2011)
New Revision: 20401

Modified:
   branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/pre_cat_fields.xul
Log:
Initial fix from Michael Peters addressing small-screen UI issues: LP#767507

Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/pre_cat_fields.xul
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/pre_cat_fields.xul	2011-05-04 04:54:09 UTC (rev 20400)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/pre_cat_fields.xul	2011-05-04 04:54:36 UTC (rev 20401)
@@ -94,7 +94,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>
+    <groupbox flex="1" style="overflow: auto">
         <caption label="&staff.circ.pre_cat.caption.label;"/>
         <grid>
             <columns><column /><column flex="1"/></columns>



More information about the open-ils-commits mailing list