1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-18 07:10:09 -07:00
mailhops-plugin/chrome/content/tb-overlay.xul
2015-05-31 01:26:03 -06:00

46 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE overlay SYSTEM "chrome://mailhops/locale/strings.dtd" >
<?xml-stylesheet href="chrome://mailhops/skin/tb-styles.css" type="text/css"?>
<overlay id="mailhopsOverlay"
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/utils.js"/>
<script type="application/x-javascript" src="chrome://mailhops/content/tb-overlay.js"/>
<script type="application/x-javascript" src="chrome://mailhops/content/mailhops.js"/>
<rows id="expandedHeader2Rows">
<row id="mailhopsBox" collapsed="false">
<label id="mailhopsLabel" value="Route " class="headerName"></label>
<hbox id="mailhopsResult" flex="1">
<label id="mailhopsResultText"></label>
<label id="mailhopsResultWeather"></label>
<button type="menu" class="msgHeaderView-button msgHeaderView-flat-button" label="hops" tooltiptext="Click to view route.">
<menupopup id="mailhopsDataPaneDetails">
</menupopup>
</button>
<button id="mailhopsMapLink" class="msgHeaderView-button msgHeaderView-flat-button" label="map"></button>
<button id="mailhopsDataPaneRefreshLink" class="msgHeaderView-button msgHeaderView-flat-button" label="refresh"></button>
<button id="mailhopsDataPanePrefsLink" class="msgHeaderView-button msgHeaderView-flat-button" label="options"></button>
<label id="mailhopsDataPaneMailer" class="auth-item" value="" tooltiptext="Mailer"></label>
<label id="mailhopsDataPaneSPF" class="auth-item" value="" tooltiptext="SPF"></label>
<label id="mailhopsDataPaneDKIM" class="auth-item" value="" tooltiptext="DKIM"></label>
<label id="mailhopsDataPaneDNSBL" class="text-link auth-item" value="" tooltiptext="DNSBL"></label>
</hbox>
</row>
</rows>
</overlay>