mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-16 06:10:08 -07:00
49 lines
2.1 KiB
XML
49 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE overlay SYSTEM "chrome://mailhops/locale/strings.dtd" >
|
|
|
|
<?xml-stylesheet href="chrome://mailhops/skin/msgNotificationBar.css" type="text/css"?>
|
|
|
|
<overlay id="mailhopsNotificationOverlay"
|
|
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/msgNotificationBar.js"/>
|
|
<script type="application/x-javascript" src="chrome://mailhops/content/mailhops.js"/>
|
|
|
|
<rows id="msgNotificationBar">
|
|
<row id="mailhopsNoficationBox" collapsed="false">
|
|
<image id="mailhopsLogo" src="chrome://mailhops/content/images/mailhops32.png" width="32" height="32" tooltiptext="&mailhops_route_nav_options_label;"/>
|
|
<div id="mailHopsMessage">
|
|
<label id="mailHopsMessageText" class="bar-link" value="Join today for metrics and more."></label>
|
|
</div>
|
|
|
|
<hbox id="mailhopsResult" flex="1">
|
|
|
|
<label id="mailhopsResultText" class="bar-link"></label>
|
|
|
|
<label id="mailhopsResultWeather" class="bar-link"></label>
|
|
|
|
<button type="menu" class="msgHeaderView-button msgHeaderView-flat-button" label="&mailhops_hops;">
|
|
<menupopup id="mailhopsDataPaneDetails">
|
|
</menupopup>
|
|
</button>
|
|
|
|
<button id="mailhopsDataPaneRefresh" class="msgHeaderView-button msgHeaderView-flat-button" label="&mailhops_route_nav_refresh_label;"></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="bar-link auth-item" value="" tooltiptext="DNSBL"></label>
|
|
|
|
<label id="mailhopsUnsubscribe" class="bar-link unsubscribe" value="&mailhops_unsubscribe;"></label>
|
|
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
|
|
</overlay>
|