[Fedora-directory-commits] esc/src/app/xul/esc/chrome/content/esc password.xul, 1.2, 1.3

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Mon May 7 23:53:30 UTC 2007


Author: jmagne

Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv735

Modified Files:
	password.xul 
Log Message:
Latest bug fixes.


Index: password.xul
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/password.xul,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- password.xul	25 Oct 2006 04:03:35 -0000	1.2
+++ password.xul	7 May 2007 23:53:27 -0000	1.3
@@ -26,6 +26,7 @@
     onunload="cleanup();"
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
+<stringbundle id="esc_strings" src="chrome://esc/locale/esc.properties"/>
 <script src="password.js"/>
 <script src="ESC.js"/>
 <script src="TRAY.js"/>
@@ -50,7 +51,7 @@
     <vbox id="standalone-password-area-id">
          <grid>
              <columns>
-                 <column flex="0"/>
+                 <column flex="1"/>
              </columns>
              <rows>
                  <row>
@@ -70,7 +71,7 @@
                      <label value="&passwordQuality;"/>
                  </row>
                  <row>
-                     <image id="password-image" src="1-none.png"/>
+                     <progressmeter id="pass-progress-id" value="0"/>
                      <spacer flex = "1"/>
                  </row>
                  <row>
@@ -82,8 +83,8 @@
 
    <hbox>
        <spacer flex="1"/>
-       <button id="okbtn" label ="&escOK;" oncommand="doOperation();"/>
-       <button id="cancel" label ="&escCancel;" oncommand ="window.close();"/>
+       <button id="okbtn" label ="&escOK;" oncommand="doOperation();" accesskey="&OK.accesskey;" />
+       <button id="cancel" label ="&escCancel;" oncommand ="window.close();" accesskey="&Cancel.accesskey;"/>
        <spacer flex = "1"/>
    </hbox>
 </groupbox>




More information about the Fedora-directory-commits mailing list