summaryrefslogtreecommitdiffstats
path: root/comm/mail/base/content/systemIntegrationDialog.xhtml
blob: 6ce932aed5fd67ed020e9e434038e8547ec781fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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/. -->

<?xml-stylesheet href="chrome://global/skin/global.css"?>

<!DOCTYPE window>

<window
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  onload="gSystemIntegrationDialog.onLoad();"
  data-l10n-id="system-integration-title"
  style="min-width: 33em"
>
  <dialog
    id="systemIntegrationDialog"
    buttons="accept,cancel"
    data-l10n-id="system-integration-dialog"
    data-l10n-attrs="buttonlabelaccept, buttonlabelcancel, buttonlabelcancel2"
  >
    <script src="chrome://messenger/content/systemIntegrationDialog.js" />

    <linkset>
      <html:link rel="localization" href="branding/brand.ftl" />
      <html:link
        rel="localization"
        href="messenger/preferences/system-integration.ftl"
      />
    </linkset>

    <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>
</window>