home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://mozapps/locale/autofill/autofill.dtd">
-
- <dialog id="SimplePasswordPrompt"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- title="&password.prompt.title;"
- style="width: 15em;"
- persist="screenX screenY"
- screenX="24" screenY="24"
- onload="SimplePassword_OnLoad();"
- ondialogaccept="return SimplePassword_OnOK();"
- ondialogcancel="ChildPassword_OnCancel();">
-
- <stringbundle id="formfillpasscardBundle"
- src="chrome://mozapps/locale/autofill/autofill.properties"/>
- <script type="application/x-javascript" src="chrome://mozapps/content/autofill/ChildPasswordDialog.js" />
-
- <vbox>
- <label id="passwordLabel" value="&password.prompt.label;" control="password"/>
- <textbox id="password" maxlength="20" type="password" oninput="ChildPassword_OnTextChange();"/>
- <vbox align="center">
- <label id="errorMessage" value=""/>
- </vbox>
- </vbox>
- </dialog>
-