toolkit/mozapps/preferences/removemp.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/preferences/removemp.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     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 +
    1.10 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
    1.11 +
    1.12 +<!DOCTYPE dialog [
    1.13 +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
    1.14 +<!ENTITY % removempDTD SYSTEM "chrome://mozapps/locale/preferences/removemp.dtd" >
    1.15 +%brandDTD;
    1.16 +%removempDTD;
    1.17 +]>
    1.18 +
    1.19 +<dialog id="removemp" title="&removePassword.title;"
    1.20 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
    1.21 +        style="width: 35em;" 
    1.22 +        ondialogaccept="gRemovePasswordDialog.removePassword();" 
    1.23 +        onload="gRemovePasswordDialog.init()">
    1.24 +
    1.25 +  <script type="application/javascript" src="chrome://mozapps/content/preferences/removemp.js"/>
    1.26 +
    1.27 +  <stringbundle id="bundlePreferences" src="chrome://mozapps/locale/preferences/preferences.properties"/>
    1.28 +
    1.29 +  <vbox id="warnings">
    1.30 +    <description>&removeWarning1.label;</description>
    1.31 +    <description class="header">&removeWarning2.label;</description>
    1.32 +  </vbox>
    1.33 +  
    1.34 +  <separator class="thin"/>
    1.35 +    
    1.36 +  <groupbox>
    1.37 +    <caption label="&removeInfo.label;"/>
    1.38 +
    1.39 +    <hbox align="center">
    1.40 +      <label control="password" value="&setPassword.oldPassword.label;"/> 
    1.41 +      <textbox id="password" type="password"
    1.42 +               oninput="gRemovePasswordDialog.validateInput();"
    1.43 +               aria-describedby="warnings"/>
    1.44 +    </hbox>
    1.45 +  </groupbox>
    1.46 +  
    1.47 +  <separator/>
    1.48 +
    1.49 +</dialog>

mercurial