[open-ils-commits] r12834 - trunk/Open-ILS/xul/staff_client/server/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 9 12:53:11 EDT 2009


Author: phasefx
Date: 2009-04-09 12:53:07 -0400 (Thu, 09 Apr 2009)
New Revision: 12834

Modified:
   trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
Log:
let's try reposition the Register button so it doesn't scroll offscreen.. could work on scrollbars too

Modified: trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul	2009-04-09 16:42:50 UTC (rev 12833)
+++ trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul	2009-04-09 16:53:07 UTC (rev 12834)
@@ -192,10 +192,10 @@
 			<label value="&staff.main.ws_info.name;" control="wsname"/>
 			<textbox id="wsname"  context="clipboard"/>
 		</hbox>
-		<hbox>
+		<vbox>
 			<hbox id="placeholder"/>
 			<button id="register_btn" label="&staff.main.ws_info.register_btn.label;" accesskey="&staff.main.ws_info.register_btn.accesskey;" oncommand="register();"/>
-		</hbox>
+		</vbox>
 	</vbox>
 </window>
 



More information about the open-ils-commits mailing list