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/. -->
<html
scrolling="false"
style="max-width: 27em"
lightweightthemes="true"
>
<head>
<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="branding/brand.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog>
<stringbundle
id="bundle_news"
/>
<label
id="newsgroupLabel"
control="downloadGroup"
class="header"
style="width: 25em; max-width: 25em; margin-inline-start: 6px"
/>
<description
style="width: 25em; max-width: 25em"
id="info"
control="downloadGroup"
/>
<separator class="thin" />
<vbox class="indent">
<radiogroup id="downloadGroup">
<radio
id="all"
label="&all.label;"
accesskey="&all.accesskey;"
oncommand="setupDownloadUI(false);"
value="all"
/>
<separator class="thin" />
<hbox align="center">
<radio
id="some"
selected="true"
label="&download.label;"
accesskey="&download.accesskey;"
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"
control="number"
value="&headers.label;"
accesskey="&headers.accesskey;"
/>
</hbox>
</radiogroup>
<hbox class="indent" align="start">
<checkbox
id="markread"
label="&mark.label;"
accesskey="&mark.accesskey;"
/>
</hbox>
</vbox>
</dialog>
</html:body>
</html>