[open-ils-commits] r11006 - branches/rel_1_4/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 30 22:41:59 EDT 2008


Author: phasefx
Date: 2008-10-30 22:41:57 -0400 (Thu, 30 Oct 2008)
New Revision: 11006

Modified:
   branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/z3950.xul
Log:
scrollbars when needed

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/z3950.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/z3950.xul	2008-10-31 02:39:30 UTC (rev 11005)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/z3950.xul	2008-10-31 02:41:57 UTC (rev 11006)
@@ -91,7 +91,7 @@
 
 	<groupbox flex="1">
 		<caption label="&staff.cat.z3950.marc_import.label;"/>
-            <hbox id="top_pane">
+            <hbox id="top_pane" flex="1">
                 <groupbox flex="1">
                     <caption label="&staff.cat.z3950.query.label;"/>
                     <hbox>
@@ -138,7 +138,7 @@
                         <column/>
                         <column/>
                         </columns>
-                        <rows id="service_rows">
+                        <rows id="service_rows" class="my_overflow">
                             <row>
                                 <label value="&staff.cat.z3950.service.label;"/>
                                 <label value="&staff.cat.z3950.username.label;"/>



More information about the open-ils-commits mailing list