gecko/security/manager/pki/resources/content/getpassword.xul

31 lines
1022 B
XML

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://pippki/locale/pippki.dtd">
<dialog id="getpassword" title="&getPassword.title;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width: 30em;"
buttons="accept,cancel"
ondialogaccept="return getPassword();"
onload="onLoad();">
<script type="application/javascript" src="chrome://pippki/content/password.js"/>
<script type="application/javascript" src="chrome://global/content/strres.js"/>
<hbox>
<label value="&getPassword.tokenName2.label;"/>
<label id="tokenName"/>
</hbox>
<separator/>
<hbox align="center">
<label value="&getPassword.password.label;"/>
<textbox id="pw1" type="password"/>
</hbox>
</dialog>