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"
style="min-width: 20em"
scrolling="false"
>
<head>
<title>&windowTitle.label;</title>
<link
rel="stylesheet"
/>
<link
rel="stylesheet"
/>
<link rel="localization" href="branding/brand.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog
id="insertCharsDlg"
buttonlabelaccept="&insertButton.label;"
buttonlabelcancel="&closeButton.label;"
>
<spacer id="location" offsetY="50" persist="offsetX offsetY" />
<html:fieldset>
<html:legend>&category.label;</html:legend>
<radiogroup id="CatGrp" persist="category letter_index char_index">
<radio
id="AccentUpper"
label="&accentUpper.label;"
oncommand="ChangeCategory(this.id)"
/>
<radio
id="AccentLower"
label="&accentLower.label;"
oncommand="ChangeCategory(this.id)"
/>
<radio
id="Upper"
label="&otherUpper.label;"
oncommand="ChangeCategory(this.id)"
/>
<radio
id="Lower"
label="&otherLower.label;"
oncommand="ChangeCategory(this.id)"
/>
<radio
id="Symbol"
label="&commonSymbols.label;"
oncommand="ChangeCategory(this.id)"
/>
</radiogroup>
<spacer class="spacer" />
</html:fieldset>
<html:div class="grid-two-column-equalsize">
<!-- value is set in JS from editor.properties strings -->
<label
id="LatinL_Label"
control="LatinL"
value="&letter.label;"
accesskey="&letter.accessKey;"
/>
<menulist id="LatinL" oncommand="SelectLatinLetter()">
<menupopup />
</menulist>
<label
id="LatinM_Label"
control="LatinM"
value="&character.label;"
accesskey="&character.accessKey;"
/>
<menulist id="LatinM" oncommand="SelectLatinModifier()">
<menupopup />
</menulist>
</html:div>
<separator class="groove" />
</dialog>
</html:body>
</html>