Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!DOCTYPE html>
<html
id="newMailAlertNotification"
windowtype="alert:alert"
scrolling="false"
chromemargin="0,0,0,0"
>
<head>
<script
defer="defer"
></script>
</head>
<html:body
role="alert"
>
<stringbundle
id="bundle_messenger"
/>
<hbox id="alertContainer" align="start">
<hbox id="alertImageBox" align="center" pack="center">
<html:img
id="alertImage"
alt=""
/>
</hbox>
<vbox id="alertTextBox">
<label id="alertTitle" />
<separator id="alertSeparator" />
<folder-summary id="folderSummaryInfo" />
</vbox>
<toolbarbutton
id="closeButton"
class="close-icon"
onclick="closeAlert();"
/>
</hbox>
</html:body>
</html>