1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-17 23:00:10 -07:00
mailhops-plugin/chrome/content/msgHdrViewOverlay.xul
2011-04-11 12:08:09 -06:00

22 lines
797 B
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="chrome://mailhops/skin/mailhops.css" type="text/css"?>
<overlay id="mailrouteOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="application/x-javascript" src="chrome://mailhops/content/mailhops.js"/>
<vbox id="expandedHeaders">
<hbox id="mailhopsBox" class="mailheader" collapsed="false" flex="1">
<label id="mailhopsLabel" class="headerName" value="route: "/>
<hbox id="mailhopsResult" flex="2">
<image id="mailhopsResultImage" tooltiptext="Click to view the travel map of this message." width="16" height="11"/>
<hbox id="mailhopsResultText"></hbox>
</hbox>
</hbox>
</vbox>
</overlay>