2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
9 data-l10n-id=
"set-password-window"
10 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
11 xmlns:
html=
"http://www.w3.org/1999/xhtml"
15 <dialog id=
"setp12password" buttons=
"accept,cancel">
17 <html:link rel=
"stylesheet" href=
"chrome://global/skin/global.css" />
19 <html:link rel=
"localization" href=
"security/pippki/pippki.ftl" />
22 <script src=
"chrome://global/content/globalOverlay.js" />
23 <script src=
"chrome://global/content/editMenuOverlay.js" />
25 <script src=
"chrome://pippki/content/setp12password.js" />
27 <description data-l10n-id=
"set-password-message"></description>
30 <hbox class=
"input-row">
31 <label flex=
"1" data-l10n-id=
"set-password-backup-pw" />
32 <html:input id=
"pw1" type=
"password" oninput=
"onPasswordInput(true);" />
34 <hbox class=
"input-row">
35 <label flex=
"1" data-l10n-id=
"set-password-repeat-backup-pw" />
39 oninput=
"onPasswordInput(false);"
44 <description data-l10n-id=
"set-password-reminder"></description>
47 <vbox style=
"margin: 6px">
51 data-l10n-id=
"password-quality-meter"
53 <html:progress id=
"pwmeter" value=
"0" max=
"100" />