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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/manager/pki/resources/content/getpassword.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
    1.10 +
    1.11 +<!DOCTYPE dialog SYSTEM "chrome://pippki/locale/pippki.dtd">
    1.12 +
    1.13 +<dialog id="getpassword" title="&getPassword.title;"
    1.14 +  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"      
    1.15 +  style="width: 30em;"
    1.16 +  buttons="accept,cancel"
    1.17 +  ondialogaccept="return getPassword();"
    1.18 +  onload="onLoad();">
    1.19 +
    1.20 +  <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
    1.21 +
    1.22 +  <script type="application/javascript" src="chrome://pippki/content/password.js"/>
    1.23 +
    1.24 +  <hbox>
    1.25 +    <label value="&getPassword.tokenName2.label;"/>
    1.26 +    <label id="tokenName"/>
    1.27 +  </hbox>
    1.28 +  <separator/>
    1.29 +  <hbox align="center">
    1.30 +    <label value="&getPassword.password.label;"/>
    1.31 +    <textbox id="pw1" type="password"/>
    1.32 +  </hbox>
    1.33 +
    1.34 +</dialog>

mercurial