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
<html
lightweightthemes="true"
scrolling="false"
>
<head>
<title>&messageMarkByDate.label;</title>
<link rel="localization" href="branding/brand.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog buttons="accept,cancel">
<hbox align="center" pack="end">
<label
id="lowerDateLabel"
control="lowerDate"
value="&markByDateLower.label;"
accesskey="&markByDateLower.accesskey;"
/>
<html:input
id="lowerDate"
type="text"
class="input-inline"
aria-labelledby="lowerDateLabel"
size="11"
/>
</hbox>
<hbox align="center" pack="end">
<label
id="upperDateLabel"
control="upperDate"
value="&markByDateUpper.label;"
accesskey="&markByDateUpper.accesskey;"
/>
<html:input
id="upperDate"
type="text"
class="input-inline"
aria-labelledby="upperDateLabel"
size="11"
/>
</hbox>
</dialog>
</html:body>
</html>