[open-ils-commits] r11016 - trunk/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 31 20:21:41 EDT 2008
Author: phasefx
Date: 2008-10-31 20:21:40 -0400 (Fri, 31 Oct 2008)
New Revision: 11016
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul
Log:
more scrollbars when needed, and an extra splitter
Modified: trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul 2008-11-01 00:14:09 UTC (rev 11015)
+++ trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul 2008-11-01 00:21:40 UTC (rev 11016)
@@ -101,9 +101,9 @@
</description>
<spacer flex="1"/>
</hbox>
- <grid>
+ <grid flex="1">
<columns><column /><column flex="1" /></columns>
- <rows id="query_inputs">
+ <rows id="query_inputs" class="my_overflow">
<row>
<label id="item_type_label" value="&staff.z39_50.search_class.item_type;" control="item_type_input" onclick="g.z3950.default_attr = 'item_type'" style="-moz-user-focus: ignore"/>
<menulist id="item_type_input" mytype="search_class" search_class="item_type">
@@ -130,6 +130,7 @@
<button id="search" label="&staff.cat.z3950.search.label;" accesskey="&staff.cat.z3950.search.accesskey;"/>
</hbox>
</groupbox>
+ <splitter id="x_splitter" persist="width"/>
<groupbox flex="1">
<caption label="&staff.cat.z3950.service_credentials.label;"/>
<grid flex="1">
More information about the open-ils-commits
mailing list