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
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<title>&addressing.label;</title>
<link rel="stylesheet" href="chrome://messenger/skin/accountManage.css" />
<script defer="defer" src="chrome://messenger/content/am-addressing.js"></script>
<script defer="defer" src="chrome://messenger/content/amUtils.js"></script>
<script defer="defer" src="chrome://messenger/content/am-prefs.js"></script>
<script>
// FIXME: move to script file.
window.addEventListener("load", event => { onLoad(); });
</script>
</head>
<vbox id="containerBox" flex="1">
<hbox class="dialogheader">
<label class="dialogheader-title" value="&addressing.label;"/>
</hbox>
#include am-addressing.inc.xhtml
</vbox>
</html:body>
</html>