[open-ils-commits] r11631 - branches/rel_1_4/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 19 15:13:14 EST 2008
Author: dbs
Date: 2008-12-19 15:13:10 -0500 (Fri, 19 Dec 2008)
New Revision: 11631
Modified:
branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/z3950.xul
Log:
Merge r11433 from trunk to enable the z39.50 client to better handle expanded text
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-12-19 20:12:41 UTC (rev 11630)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/cat/z3950.xul 2008-12-19 20:13:10 UTC (rev 11631)
@@ -96,13 +96,13 @@
<hbox id="top_pane" persist="height" flex="1">
<groupbox id="x_splitter1" persist="width" flex="1">
<caption label="&staff.cat.z3950.query.label;"/>
- <hbox>
+ <vbox>
<spacer flex="1"/>
<description>
&staff.cat.z3950.query.description;
</description>
<spacer flex="1"/>
- </hbox>
+ </vbox>
<grid flex="1">
<columns><column /><column flex="1" /></columns>
<rows id="query_inputs" class="my_overflow">
@@ -138,8 +138,8 @@
<grid flex="1">
<columns>
<column/>
- <column/>
- <column/>
+ <column flex="1"/>
+ <column flex="1"/>
</columns>
<rows id="service_rows" class="my_overflow">
<row>
More information about the open-ils-commits
mailing list