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"
style="max-width: 27em"
lightweightthemes="true"
>
<head>
<title data-l10n-id="download-headers-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="localization" href="messenger/news.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
/>
</head>
<html:body
>
<dialog>
<label
id="newsgroupLabel"
class="header"
control="downloadGroup"
style="width: 25em; max-width: 25em; word-wrap: break-word"
/>
<description
id="info"
control="downloadGroup"
style="
width: 25em;
max-width: 25em;
min-height: 3lh;
align-content: center;
"
/>
<separator class="thin" />
<vbox class="indent">
<radiogroup id="downloadGroup">
<radio
id="all"
data-l10n-id="download-all-headers"
oncommand="setupDownloadUI(false);"
value="all"
/>
<separator class="thin" />
<hbox align="center">
<radio
id="some"
data-l10n-id="download-n"
selected="true"
oncommand="setupDownloadUI(true);"
aria-labelledby="some number headers"
value="some"
/>
<html:input
id="number"
type="number"
min="1"
aria-labelledby="some number headers"
/>
<label id="headers" data-l10n-id="n-headers" control="number" />
</hbox>
</radiogroup>
<hbox class="indent" align="start">
<checkbox id="markread" data-l10n-id="mark-headers-read" />
</hbox>
</vbox>
</dialog>
</html:body>
</html>