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>
<html
role="alert"
lightweightthemes="true"
scrolling="false"
>
<head>
<title data-l10n-id="compact-folders-dialog-title"></title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<link
rel="stylesheet"
/>
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="messenger/compactFoldersDialog.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<body>
<xul:dialog
id="folderCompactDialog"
buttons="accept,cancel,extra1"
data-l10n-id="compact-dialog"
data-l10n-attrs="buttonlabelaccept, buttonlabelcancel, buttonlabelextra1, buttonaccesskeyaccept, buttonaccesskeycancel, buttonaccesskeyextra1"
>
<div id="contentWrapper">
<img
alt=""
role="presentation"
/>
<div>
<p
id="compactFoldersText"
data-l10n-id="compact-dialog-message"
data-l10n-args='{"data" : ""}'
></p>
<xul:checkbox
id="neverAskCheckbox"
data-l10n-id="compact-dialog-never-ask-checkbox"
/>
</div>
</div>
</xul:dialog>
</body>
</html>