3 <?xml-stylesheet href=
"chrome://global/skin/" type=
"text/css"?>
6 <!ENTITY % brandDTD SYSTEM
"chrome://branding/locale/brand.dtd" >
7 <!ENTITY % removempDTD SYSTEM
"chrome://mozapps/locale/preferences/removemp.dtd" >
12 <dialog id=
"removemp" title=
"&removePassword.title;"
13 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
15 ondialogaccept=
"gRemovePasswordDialog.removePassword();"
16 onload=
"gRemovePasswordDialog.init()">
18 <script type=
"application/javascript" src=
"chrome://mozapps/content/preferences/removemp.js"/>
20 <stringbundle id=
"bundlePreferences" src=
"chrome://mozapps/locale/preferences/preferences.properties"/>
23 <description>&removeWarning1.label;
</description>
24 <description class=
"header">&removeWarning2.label;
</description>
27 <separator class=
"thin"/>
30 <caption label=
"&removeInfo.label;"/>
33 <label control=
"password" value=
"&setPassword.oldPassword.label;"/>
34 <textbox id=
"password" type=
"password"
35 oninput=
"gRemovePasswordDialog.validateInput();"
36 aria-describedby=
"warnings"/>