Adding buttons for colorpicker placeholder, some minor text reformatting.

This commit is contained in:
mcafee%netscape.com 1999-09-14 05:50:32 +00:00
parent fffa8fd1f3
commit 93d2f2b4fd
2 changed files with 52 additions and 14 deletions

View File

@ -42,12 +42,23 @@
<box align="vertical" flex="50%" style="width: 50%;">
<html:fieldset style="width: 50%;">
<html:legend align="left">
<html:div>&color;</html:div>
</html:legend>
<html:div>&text;<spring flex="50%"/>&colorPick;</html:div>
<html:div>&background;<spring flex="50%"/>&colorPick;</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:browser.wfe.use_windows_colors" val="checked" />
&color;
</html:div>
</html:legend>
<html:div>
&text;
<spring flex="50%"/>
<titledbutton name="textColorPicker" value="&colorPick;" />
</html:div>
<html:div>
&background;
<spring flex="50%"/>
<titledbutton name="backgroundColorPicker" value="&colorPick;" />
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:browser.wfe.use_windows_colors"
val="checked" />
<html:label for="pref:0:bool:browser.wfe.use_windows_colors" accesskey="w" tabindex="0">
&useWinColorsCheck.label;
</html:label>
@ -60,8 +71,16 @@
<html:legend align="left">
<html:div>&links;</html:div>
</html:legend>
<html:div>&unvisit;<spring flex="50%"/>&colorPick;</html:div>
<html:div>&visit;<spring flex="50%"/>&colorPick;</html:div>
<html:div>
&unvisit;
<spring flex="50%"/>
<titledbutton name="unvisitedColorPicker" value="&colorPick;" />
</html:div>
<html:div>
&visit;
<spring flex="50%"/>
<titledbutton name="unvisitedColorPicker" value="&colorPick;" />
</html:div>
<html:div><html:input type="checkbox" id="pref:0:bool:browser.underline_anchors" val="checked" />
<html:label for="pref:0:bool:browser.underline_anchors" accesskey="u" tabindex="0">
&underLinksCheck.label;

View File

@ -42,12 +42,23 @@
<box align="vertical" flex="50%" style="width: 50%;">
<html:fieldset style="width: 50%;">
<html:legend align="left">
<html:div>&color;</html:div>
</html:legend>
<html:div>&text;<spring flex="50%"/>&colorPick;</html:div>
<html:div>&background;<spring flex="50%"/>&colorPick;</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:browser.wfe.use_windows_colors" val="checked" />
&color;
</html:div>
</html:legend>
<html:div>
&text;
<spring flex="50%"/>
<titledbutton name="textColorPicker" value="&colorPick;" />
</html:div>
<html:div>
&background;
<spring flex="50%"/>
<titledbutton name="backgroundColorPicker" value="&colorPick;" />
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:browser.wfe.use_windows_colors"
val="checked" />
<html:label for="pref:0:bool:browser.wfe.use_windows_colors" accesskey="w" tabindex="0">
&useWinColorsCheck.label;
</html:label>
@ -60,8 +71,16 @@
<html:legend align="left">
<html:div>&links;</html:div>
</html:legend>
<html:div>&unvisit;<spring flex="50%"/>&colorPick;</html:div>
<html:div>&visit;<spring flex="50%"/>&colorPick;</html:div>
<html:div>
&unvisit;
<spring flex="50%"/>
<titledbutton name="unvisitedColorPicker" value="&colorPick;" />
</html:div>
<html:div>
&visit;
<spring flex="50%"/>
<titledbutton name="unvisitedColorPicker" value="&colorPick;" />
</html:div>
<html:div><html:input type="checkbox" id="pref:0:bool:browser.underline_anchors" val="checked" />
<html:label for="pref:0:bool:browser.underline_anchors" accesskey="u" tabindex="0">
&underLinksCheck.label;