Revision control

Copy as Markdown

Other Tools

<?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/. -->
<!DOCTYPE html [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % removalDTD SYSTEM "chrome://messenger/locale/removeAccount.dtd">
%removalDTD;
]>
width="600"
scrolling="false">
<head>
<title>&dialogTitle;</title>
<link rel="stylesheet" href="chrome://global/skin/checkbox.css" />
<link rel="localization" href="branding/brand.ftl" />
<script defer="defer" src="chrome://messenger/content/removeAccount.js"></script>
</head>
<dialog id="removeAccountDialog"
buttons="accept,disclosure,cancel"
buttonlabelaccept="&removeButton.label;"
buttonaccesskeyaccept="&removeButton.accesskey;"
defaultButton="cancel"
style="width:100vw; height:100vh;">
<stringbundle id="bundle_removeAccount"
<vbox id="removeAccountSection">
<label id="accountName"></label>
<separator class="thin"/>
<checkbox id="removeAccount"
label="&removeAccount.label;"
checked="true"
disabled="true"
accesskey="&removeAccount.accesskey;"
oncommand="enableRemove();"/>
<vbox class="indent" collapsed="true">
<description>
&removeAccount.desc;
</description>
</vbox>
<vbox id="removeDataPossibility" collapsed="false">
<checkbox id="removeData"
label="&removeData.label;"
labelChat="&removeDataChat.label;"
accesskey="&removeData.accesskey;"
accesskeyChat="&removeDataChat.accesskey;"
oncommand="enableRemove();"/>
<vbox id="removeAccountBox" class="indent" collapsed="true">
<description id="localAccount" collapsed="true">
&removeDataLocalAccount.desc;
</description>
<description id="serverAccount" collapsed="true">
&removeDataServerAccount.desc;
</description>
<description id="chatAccount" collapsed="true">
&removeDataChatAccount.desc;
</description>
<hbox align="center">
<button id="showLocalDirectory"
label="&showData.label;"
accesskey="&showData.accesskey;"
oncommand="openLocalDirectory();"/>
<label id="localDirectory" collapsed="true"/>
</hbox>
</vbox>
</vbox>
</vbox>
<vbox id="confirmationSection" align="center" pack="center" flex="1" hidden="true">
<vbox id="progress" align="center">
<label>&progressPending;</label>
<html:progress max="100"/>
</vbox>
<label id="success" hidden="true">&progressSuccess;</label>
<label id="failure" hidden="true">&progressFailure;</label>
</vbox>
</dialog>
</html:body>
</html>