mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
77 lines
2.4 KiB
XML
77 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
|
<?xml-stylesheet href="xul.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "hruledlog.dtd">
|
|
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/TR/REC-html40">
|
|
|
|
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
|
|
<tr>
|
|
<td>
|
|
<table class="tableCenterAlign" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td>
|
|
<p>&HeightLabel;</p>
|
|
</td>
|
|
<td>
|
|
<p>
|
|
<input type="text" size="4" length="4" maxlength="4" />
|
|
&PixelsLabelAndOption;
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<p>&WidthLabel;</p>
|
|
</td>
|
|
|
|
<td>
|
|
<input type="text" size="4" length="4" maxlength="4" />
|
|
<select size="1" name="hrule.widthType">
|
|
<optgroup label="pixels">
|
|
<option label="pixels" value="pixels">&PixelsLabelAndOption;</option>
|
|
<option label="% of window" value="% of window">&PercentOfWindowOption;</option>
|
|
</optgroup>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</td>
|
|
|
|
<td>
|
|
<p>
|
|
&AlignmentPickerLabel;
|
|
<select size="1" name="hrule.alignType">
|
|
<optgroup label="alignment">
|
|
<option label="left alignment" value="left alignment">&LeftAlignmentOption;</option>
|
|
<option label="center alignment" value="center alignment">&CenterAlignmentOption;</option>
|
|
<option label="right alignment" value="right alignment">&RightAlignmentOption;</option>
|
|
</optgroup>
|
|
</select>
|
|
</p>
|
|
|
|
<p/>
|
|
<p>
|
|
<xul:checkbox value="3DShading" />
|
|
&ThreeDCheckboxLabel;
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<p/>
|
|
<input type="button" id="extrahtmlbutton" value=&ExtraHTMLButton; disabled />
|
|
<p/>
|
|
<input type="button" id="helpbutton" value=&HelpButton; disabled />
|
|
<input type="button" id="cancelbutton" value=&CancelButton; />
|
|
<input type="button" id="applybutton" value=&ApplyButton; disabled />
|
|
<input type="button" id="okbutton" value=&OKButton; disabled />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</window>
|