[open-ils-commits] r20393 - branches/rel_2_1/Open-ILS/xul/staff_client/chrome/content/main (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 4 00:31:39 EDT 2011


Author: miker
Date: 2011-05-04 00:31:36 -0400 (Wed, 04 May 2011)
New Revision: 20393

Modified:
   branches/rel_2_1/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul
Log:
Patch from Ben Ostrowsky addressing button order: LP#754660

Modified: branches/rel_2_1/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul	2011-05-04 04:31:06 UTC (rev 20392)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul	2011-05-04 04:31:36 UTC (rev 20393)
@@ -150,8 +150,8 @@
                     <textbox id="password" type="password"/>
                 </row>
                 <row>
+                    <button label="&staff.main.simple_auth.authorize.label;" accesskey="&staff.main.simple_auth.authorize.accesskey;" oncommand="authorize()"/>
                     <button label="&common.cancel;" accesskey="&common.cancel.accesskey;" oncommand="window.close()"/>
-                    <button label="&staff.main.simple_auth.authorize.label;" accesskey="&staff.main.simple_auth.authorize.accesskey;" oncommand="authorize()"/>
                 </row>
             </rows>
         </grid>



More information about the open-ils-commits mailing list