[open-ils-commits] r20392 - trunk/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:09 EDT 2011
Author: miker
Date: 2011-05-04 00:31:06 -0400 (Wed, 04 May 2011)
New Revision: 20392
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul
Log:
Patch from Ben Ostrowsky addressing button order: LP#754660
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul 2011-05-04 03:47:19 UTC (rev 20391)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul 2011-05-04 04:31:06 UTC (rev 20392)
@@ -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