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
id="customHeaderDialog"
width="450"
height="375"
persist="width height screenX screenY"
scrolling="false"
>
<head>
<title>&window.title;</title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/input-fields.css" />
<link rel="localization" href="branding/brand.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog buttons="accept,cancel,extra1,extra2">
<stringbundle
id="bundle_filter"
/>
<stringbundle
id="bundle_custom"
/>
<hbox flex="1">
<vbox flex="1">
<label
id="headerInputLabel"
accesskey="&newMsgHeader.accesskey;"
control="headerInput"
value="&newMsgHeader.label;"
/>
<html:input
id="headerInput"
type="text"
aria-labelledby="headerInputLabel"
class="input-inline"
oninput="onTextInput();"
/>
<richlistbox
id="headerList"
class="theme-listbox"
flex="1"
onselect="updateRemoveButton();"
/>
</vbox>
<vbox>
<label value="" />
<button
id="addButton"
label="&addButton.label;"
accesskey="&addButton.accesskey;"
dlgtype="extra1"
/>
<button
id="removeButton"
label="&removeButton.label;"
accesskey="&removeButton.accesskey;"
dlgtype="extra2"
/>
</vbox>
</hbox>
</dialog>
</html:body>
</html>