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
lightweightthemes="true"
style="min-width: 20em"
scrolling="false"
>
<head>
<title>&windowTitle.label;</title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="stylesheet" href="chrome://editor/skin/EditorDialog.css" />
<link rel="stylesheet" href="chrome://messenger/skin/input-fields.css" />
<link rel="stylesheet" href="chrome://messenger/skin/variables.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>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog>
<spacer id="location" offsetY="50" persist="offsetX offsetY" />
<html:p>&instructions1.label;</html:p>
<html:p>&instructions2.label;</html:p>
<radiogroup
id="SepRadioGroup"
persist="index character"
index="0"
character=""
>
<radio
id="comma"
label="&commaRadio.label;"
oncommand="SelectCharacter('0');"
/>
<radio
id="space"
label="&spaceRadio.label;"
oncommand="SelectCharacter('1');"
/>
<hbox>
<spacer class="radio-spacer" />
<checkbox
id="CollapseSpaces"
label="&collapseSpaces.label;"
checked="true"
persist="checked"
tooltiptext="&collapseSpaces.tooltip;"
/>
</hbox>
<hbox align="center">
<radio
id="other"
label="&otherRadio.label;"
oncommand="SelectCharacter('2');"
/>
<html:input
id="SepCharacterInput"
type="text"
aria-labelledby="other"
class="narrow input-inline"
oninput="InputSepCharacter()"
/>
</hbox>
</radiogroup>
<spacer class="spacer" />
<checkbox
id="DeleteSepCharacter"
label="&deleteCharCheck.label;"
persist="checked"
/>
<spacer class="spacer" />
</dialog>
</html:body>
</html>