temporary work around to get wrapping back again in the to and cc fields.

This commit is contained in:
mscott%netscape.com 2000-05-12 06:34:48 +00:00
Родитель 9e70b1b4e7
Коммит e7d1d4ba6f
2 изменённых файлов: 9 добавлений и 8 удалений

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

@ -411,6 +411,7 @@ function InsertEmailAddressUnderEnclosingBox(parentBox, parentDiv, emailAddress,
{
var textNode = document.createElement("text");
textNode.setAttribute("value", ", ");
textNode.setAttribute("class", "emailSeparator");
parentDiv.insertBefore(textNode, child);
}
itemInDocument = parentDiv.insertBefore(item, child);

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

@ -80,28 +80,28 @@ Rights Reserved.
<box class="header-part2" align="vertical" flex="1">
<box id="ToBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&toField.label;"/>
<box class="headervalue" id="ToValueShort" flex="1">
<html class="headervalue" id="ToValueShort" flex="1">
<button class="showMoreAddressesButton" id="ToValueToggleIcon"
oncommand="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
</box>
</html>
<box class="headervalue" id="ToValueLong" collapsed="true" flex="1">
<html class="headervalue" id="ToValueLong" collapsed="true" flex="1">
<button class="showFewerAddressesButton"
oncommand="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
</box>
</html>
</box>
<box id="CcBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&ccField.label;"/>
<box class="headervalue" id="CcValueShort" flex="1">
<html class="headervalue" id="CcValueShort" flex="1">
<button class="showMoreAddressesButton" id="CcValueToggleIcon"
oncommand="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
</box>
</html>
<box class="headervalue" id="CcValueLong" collapsed="true" flex="1">
<html class="headervalue" id="CcValueLong" collapsed="true" flex="1">
<button class="showFewerAddressesButton"
oncommand="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
</box>
</html>
</box>
<box id="NewsgroupBox" class="headerBox" align="horizontal" collapsed="true">