a couple more cleanup fixes for the new pref ui for bug #21649

This commit is contained in:
sspitzer%netscape.com 1999-12-22 09:23:09 +00:00
Родитель 5bdbb63395
Коммит 9a54bf82b9
2 изменённых файлов: 8 добавлений и 9 удалений

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

@ -93,13 +93,14 @@
<html:legend align="left">
<html:div>&emoticonsAndStructs.label;</html:div>
</html:legend>
<html:input id="pref:0:bool:mail.convert_emoticons" type="checkbox"/>
<html:label for="pref:0:bool:mail.convert_emoticons">&convertEmoticons.label;</html:label>
<html:legend align="left">
<html:div>&structs.label;</html:div>
</html:legend>
<html:input id="pref:0:bool:mail.convert_structs" type="checkbox"/>
<html:label for="pref:0:bool:mail.convert_structs">&convertStructs.label;</html:label>
<html:div>
<html:input id="pref:0:bool:mail.convert_emoticons" type="checkbox"/>
<html:label for="pref:0:bool:mail.convert_emoticons">&convertEmoticons.label;</html:label>
</html:div>
<html:div>
<html:input id="pref:0:bool:mail.convert_structs" type="checkbox"/>
<html:label for="pref:0:bool:mail.convert_structs">&convertStructs.label;</html:label>
</html:div>
</html:fieldset>
</window>

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

@ -43,7 +43,5 @@ Rights Reserved.
<!ENTITY useMIMEpart1.label "Using the 'quoted printable' MIME encoding">
<!ENTITY useMIMEpart2.label "(does not work well with some mail or newsgroups readers)">
<!ENTITY emoticonsAndStructs.label "Emoticons And Structs">
<!ENTITY emoticons.label "Emoticons">
<!ENTITY structs.label "Structs">
<!ENTITY convertEmoticons.label "When viewing a text message, convert emoticons to glyphs.">
<!ENTITY convertStructs.label "When viewing a text message, convert structs to styles.">