mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Convert all email addresses into titled buttons instead of html anchors. Make subject
bold. r=alecf
This commit is contained in:
parent
2c127e20c6
commit
c2f309bc96
@ -28,6 +28,7 @@ Rights Reserved.
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
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/mime.js"/>
|
||||
|
||||
@ -37,12 +38,13 @@ Rights Reserved.
|
||||
<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" id="SubjectValue" flex="1">*</html:div>
|
||||
<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>
|
||||
<html:div class="headerValue" id="FromValue" flex="1"></html:div>
|
||||
<html:div class="headerValue" id="FromValue" flex="1">
|
||||
</html:div>
|
||||
</box>
|
||||
|
||||
<box id = "DateBox" class="headerBox" align="horizontal" hide="true">
|
||||
@ -89,20 +91,20 @@ Rights Reserved.
|
||||
onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
|
||||
</html:div>
|
||||
<html:div class="headerValue" id="ToValueLong" flex="1" hide="true">
|
||||
<titledbutton class="showFewerAddressesButton"
|
||||
onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
|
||||
<titledbutton class="showFewerAddressesButton"
|
||||
onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
|
||||
</html:div>
|
||||
</box>
|
||||
|
||||
<box id="CcBox" class="headerBox" align="horizontal" hide="true">
|
||||
<html:div class="headerdisplayname">&ccField.label;</html:div>
|
||||
<html:div class="headerValue" id="CcValueShort" flex="1">
|
||||
<titledbutton class="showMoreAddressesButton" id="CcValueToggleIcon"
|
||||
onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
|
||||
<titledbutton class="showMoreAddressesButton" id="CcValueToggleIcon"
|
||||
onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
|
||||
</html:div>
|
||||
<html:div class="headerValue" id="CcValueLong" flex="1" hide="true">
|
||||
<titledbutton class="showFewerAddressesButton"
|
||||
onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
|
||||
<titledbutton class="showFewerAddressesButton"
|
||||
onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
|
||||
</html:div>
|
||||
</box>
|
||||
<box id="NewsgroupBox" class="headerBox" align="horizontal" hide="true">
|
||||
|
Loading…
Reference in New Issue
Block a user