[open-ils-commits] r19923 - branches/rel_2_0/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 1 11:05:56 EDT 2011


Author: phasefx
Date: 2011-04-01 11:05:54 -0400 (Fri, 01 Apr 2011)
New Revision: 19923

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/copy_browser.xul
Log:
reposition these labels to mitigate horizontal scrolling in Holdings Maintenance


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/copy_browser.xul
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/copy_browser.xul	2011-03-31 18:13:09 UTC (rev 19922)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/copy_browser.xul	2011-04-01 15:05:54 UTC (rev 19923)
@@ -142,8 +142,6 @@
             <label value="&staff.cat.copy_browser.holdings_maintenance.depth_filter_menu;" />
             <hbox id="x_depth_menu"/>
             <spacer flex="1"/>
-            <label value="&staff.cat.copy_browser.holdings_maintenance.consortial_total;"/><label id="consortial_total"/>
-            <label value="&staff.cat.copy_browser.holdings_maintenance.consortial_available;"/><label id="consortial_available"/>
         </hbox>
         <hbox>
             <checkbox id="show_acns" label="&staff.cat.copy_browser.holdings_maintenance.show_acns;" />
@@ -155,6 +153,8 @@
             <button label="Show All Libs" command="cmd_show_all_libs" accesskey=""/>
             -->
             <spacer flex="1"/>
+            <label value="&staff.cat.copy_browser.holdings_maintenance.consortial_total;"/><label id="consortial_total"/>
+            <label value="&staff.cat.copy_browser.holdings_maintenance.consortial_available;"/><label id="consortial_available"/>
             <menubar>
                 <menu label="&staff.cat.copy_browser.holdings_maintenance.actions.label;" accesskey="&staff.cat.copy_browser.holdings_maintenance.actions.accesskey;">
                     <menupopup>



More information about the open-ils-commits mailing list