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="viewLogWindow"
persist="screenX screenY width height"
style="min-width: 40em; min-height: 25em"
scrolling="false"
>
<head>
<title data-l10n-id="spam-log-title"></title>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
/>
<link rel="localization" href="messenger/preferences/spamLog.ftl" />
</head>
<html:body
>
<dialog
style="min-width: 40em; min-height: 25em"
buttons="accept"
data-l10n-id="spam-log-dialog"
data-l10n-attrs="buttonlabelaccept, buttonaccesskeyaccept"
>
<vbox flex="1">
<hbox>
<label data-l10n-id="spam-log-info-label" />
<spacer flex="1" />
<button data-l10n-id="clear-log-button" oncommand="clearLog();" />
</hbox>
<separator class="thin" />
<hbox flex="1">
<browser
id="logView"
type="content"
disablehistory="true"
disablesecurity="true"
src="about:blank"
autofind="false"
flex="1"
/>
</hbox>
</vbox>
</dialog>
</html:body>
</html>