Convert all email addresses into titled buttons instead of html anchors. Make subject

bold.
r=alecf
This commit is contained in:
mscott%netscape.com 2000-01-24 01:58:23 +00:00
parent 2c127e20c6
commit c2f309bc96

View File

@ -28,6 +28,7 @@ Rights Reserved.
xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script src="chrome://messenger/content/msgHdrViewAddresses.js"/>
<html:script src="chrome://messenger/content/msgHdrViewOverlay.js"/> <html:script src="chrome://messenger/content/msgHdrViewOverlay.js"/>
<html:script src="chrome://messenger/content/mime.js"/> <html:script src="chrome://messenger/content/mime.js"/>
@ -37,12 +38,13 @@ Rights Reserved.
<box class="header-part1" align="vertical" flex="1"> <box class="header-part1" align="vertical" flex="1">
<box id="SubjectBox" class="headerBox" align="horizontal" hide="true"> <box id="SubjectBox" class="headerBox" align="horizontal" hide="true">
<html:div class="headerdisplayname">&subjectField.label;</html:div> <html:div class="headerdisplayname">&subjectField.label;</html:div>
<html:div class="headerValue" id="SubjectValue" flex="1">*</html:div> <html:div class="headerValue subjectvalue" id="SubjectValue" flex="1">*</html:div>
</box> </box>
<box id="FromBox" class="headerBox" align="horizontal" hide="true"> <box id="FromBox" class="headerBox" align="horizontal" hide="true">
<html:div class="headerdisplayname">&fromField.label;</html:div> <html:div class="headerdisplayname">&fromField.label;</html:div>
<html:div class="headerValue" id="FromValue" flex="1"></html:div> <html:div class="headerValue" id="FromValue" flex="1">
</html:div>
</box> </box>
<box id = "DateBox" class="headerBox" align="horizontal" hide="true"> <box id = "DateBox" class="headerBox" align="horizontal" hide="true">