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
scrolling="false"
>
<head>
<title data-l10n-id="system-integration-dialog-title"></title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link
rel="stylesheet"
/>
<link rel="localization" href="branding/brand.ftl" />
<link
rel="localization"
href="messenger/preferences/system-integration.ftl"
/>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog
id="systemIntegrationDialog"
data-l10n-id="system-integration-dialog"
data-l10n-attrs="buttonlabelaccept, buttonlabelcancel, buttonlabelcancel2"
>
<label control="defaultClientList" data-l10n-id="default-client-intro" />
<vbox id="defaultClientList" role="group">
<checkbox id="checkMail" data-l10n-id="checkbox-email-label" />
<checkbox id="checkNews" data-l10n-id="checkbox-newsgroups-label" />
<checkbox id="checkRSS" data-l10n-id="checkbox-feeds-label" />
<checkbox id="checkCalendar" data-l10n-id="checkbox-calendar-label" />
</vbox>
<separator class="groove" />
<checkbox
id="searchIntegration"
hidden="true"
data-l10n-id="system-search-integration-label"
/>
<separator class="thin" />
<checkbox id="checkOnStartup" data-l10n-id="check-on-startup-label" />
</dialog>
</html:body>
</html>