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
type="child"
scrolling="false"
>
<head>
<title data-l10n-id="notifications-dialog-title"></title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="localization" href="messenger/preferences/notifications.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog id="NotificationsDialog">
<description data-l10n-id="customize-alert-description" />
<checkbox
id="previewText"
class="indent"
data-l10n-id="preview-text-checkbox"
preference="mail.biff.alert.show_preview"
/>
<checkbox
id="subject"
class="indent"
data-l10n-id="subject-checkbox"
preference="mail.biff.alert.show_subject"
/>
<checkbox
id="sender"
class="indent"
data-l10n-id="sender-checkbox"
preference="mail.biff.alert.show_sender"
/>
<separator />
<hbox align="center">
<label
id="totalOpenTimeBefore"
control="totalOpenTime"
data-l10n-id="open-time-label-before"
/>
<html:input
id="totalOpenTime"
type="number"
class="size3"
min="1"
max="3600"
preference="alerts.totalOpenTime"
/>
<label
id="totalOpenTimeEnd"
data-l10n-id="open-time-label-after"
class="startSpacing"
/>
</hbox>
<separator />
</dialog>
</html:body>
</html>