let's try reposition the Register button so it doesn't scroll offscreen.. could work...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 9 Apr 2009 16:53:07 +0000 (16:53 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 9 Apr 2009 16:53:07 +0000 (16:53 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12834 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/main/ws_info.xul

index 6fe0a16..625a041 100644 (file)
                        <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>