I broke newsgroups the other day so they weren't showing up in the message pane. undoing the damage.

This commit is contained in:
mscott%netscape.com 2000-04-03 02:15:25 +00:00
Родитель d666a8f3eb
Коммит 74d5b9b638
1 изменённых файлов: 5 добавлений и 6 удалений

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

@ -37,18 +37,18 @@ Rights Reserved.
<box class="header-splitter" align="horizontal" flex="1">
<box class="header-part1" align="vertical" flex="1">
<box id="SubjectBox" class="headerBox" align="horizontal" hide="true">
<html:div class="headerdisplayname">&subjectField.label;</html:div>
<html:div class="headerValue subjectvalue" id="SubjectValue" flex="1">*</html:div>
<text class="headerdisplayname" value="&subjectField.label;"/>
<html:div class="headerValue subjectvalue" id="SubjectValue" flex="1">*</html:div>
</box>
<box id="FromBox" class="headerBox" align="horizontal" hide="true">
<html:div class="headerdisplayname">&fromField.label;</html:div>
<text class="headerdisplayname" value="&fromField.label;"/>
<html:div class="headerValue" id="FromValue" flex="1">
</html:div>
</box>
<box id = "DateBox" class="headerBox" align="horizontal" hide="true">
<html:div class="headerdisplayname">&dateField.label;</html:div>
<text class="headerdisplayname" value="&dateField.label;"/>
<html:div class="headerValue" id="DateValue" flex="1">*</html:div>
</box>
</box>
@ -113,8 +113,7 @@ Rights Reserved.
<box id="NewsgroupBox" class="headerBox" align="horizontal" hide="true">
<text class="headerdisplayname" value="&newsgroupsField.label;"/>
<html:div class="headervalue" id="NewsgroupValue"/>
<html:div class="headervalue" id="NewsgroupValue" flex="1">*</html:div>
</box>
</box>