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"
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/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>
</head>
<html:body
>
<dialog>
<spacer id="location" offsetY="50" persist="offsetX offsetY" />
<hbox id="TableOrCellGroup" align="center" collapsed="true">
<label
control="CellOrTableGroup"
value="&background.label;"
accesskey="&background.accessKey;"
/>
<radiogroup id="CellOrTableGroup" orient="horizontal">
<radio
id="TableRadio"
label="&table.label;"
accesskey="&table.accessKey;"
/>
<radio
id="CellRadio"
label="&cell.label;"
accesskey="&cell.accessKey;"
/>
</radiogroup>
</hbox>
<hbox align="center">
<label value="&chooseColor1.label;" />
<html:input
type="color"
id="ColorPicker"
onclick="SetDefaultToOk();"
ondblclick="if (onAccept()) { window.close(); }"
onkeypress="SelectColorByKeypress(event);"
onchange="SelectColor();"
/>
<spacer flex="1" />
<button
id="LastPickedButton"
label="&lastPickedColor.label;"
accesskey="&lastPickedColor.accessKey;"
crop="right"
oncommand="SelectLastPickedColor();"
>
<spacer
id="LastPickedColor"
LastTextColor=""
LastBackgroundColor=""
persist="LastTextColor LastBackgroundColor"
/>
</button>
</hbox>
<spacer class="spacer" />
<hbox align="center" flex="1">
<vbox>
<label
class="tip-caption"
value="&chooseColor2.label;"
accesskey="&chooseColor2.accessKey;"
control="ColorInput"
/>
<label class="tip-caption" value="&setColorExample.label;" />
</vbox>
<html:input
id="ColorInput"
type="text"
style="width: 8em"
oninput="SetColorSwatch(); SetDefaultToOk();"
/>
<label id="ColorPickerSwatch" />
<spacer flex="1" />
<button
id="DefaultColorButton"
label="&default.label;"
accesskey="&default.accessKey;"
oncommand="RemoveColor()"
/>
</hbox>
<separator class="groove" />
</dialog>
</html:body>
</html>