fix a broken class= r=sspitzer

This commit is contained in:
alecf%netscape.com 1999-10-29 21:11:06 +00:00
Родитель 62d076cad6
Коммит d567311276
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -127,7 +127,7 @@
<html:label for="pref:0:int:editor.text_color" accesskey="t" tabindex="0">
</html:label>
<menu>
<titledbutton class="dialog push" value="&NormalText.label;" class="popup" align="right"/>
<titledbutton value="&NormalText.label;" class="push dialog popup" align="right"/>
<html:div style="width:30px; background-color:white"/>
<menupopup>
<colorpicker palettename="standard" onclick="setColorWell(this.parentNode.parentNode);"/>
@ -140,7 +140,7 @@
<html:label for="pref:0:int:editor.link_color" accesskey="l" tabindex="0">
</html:label>
<menu>
<titledbutton class="dialog push" value="&LinkText.label;" class="popup" align="right"/>
<titledbutton value="&LinkText.label;" class="push dialog popup" align="right"/>
<html:div style="width:30px; background-color:white"/>
<menupopup>
<colorpicker palettename="standard" onclick="setColorWell(this.parentNode.parentNode);"/>
@ -153,7 +153,7 @@
<html:label for="pref:0:int:editor.active_link_color" accesskey="c" tabindex="0">
</html:label>
<menu>
<titledbutton class="dialog push" value="&ActiveLinkText.label;" class="popup" align="right"/>
<titledbutton value="&ActiveLinkText.label;" class="push dialog popup" align="right"/>
<html:div style="width:30px; background-color:white"/>
<menupopup>
<colorpicker palettename="standard" onclick="setColorWell(this.parentNode.parentNode);"/>
@ -167,7 +167,7 @@
<html:label for="pref:0:int:editor.followed_link_color" accesskey="f" tabindex="0">
</html:label>
<menu>
<titledbutton class="dialog push" value="&FollowedLinkText.label;" class="popup" align="right"/>
<titledbutton value="&FollowedLinkText.label;" class="push dialog popup" align="right"/>
<html:div style="width:30px; background-color:white"/>
<menupopup>
<colorpicker palettename="standard" onclick="setColorWell(this.parentNode.parentNode);"/>
@ -182,7 +182,7 @@
&colorPick; &BackgroundColor.label;
<menu>
<titledbutton class="dialog push" value="&BackgroundColor.label;" class="popup" align="right"/>
<titledbutton value="&BackgroundColor.label;" class="push dialog popup" align="right"/>
<html:div style="width:30px; background-color:white"/>
<menupopup>
<colorpicker palettename="standard" onclick="setColorWell(this.parentNode.parentNode);"/>