28 строки
1.1 KiB
HTML
28 строки
1.1 KiB
HTML
<?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/. -->
|
|
|
|
<?xml-stylesheet href="chrome://messenger/content/messenger.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/am-addressing.dtd">
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
|
|
title="&addressing.label;"
|
|
onload="onLoad();">
|
|
|
|
|
|
<vbox flex="1" style="overflow: auto;"><vbox id="containerBox" flex="1">
|
|
<script src="chrome://messenger/content/am-addressing.js"/>
|
|
<script src="chrome://messenger/content/amUtils.js"/>
|
|
<script src="chrome://messenger/content/am-prefs.js"/>
|
|
|
|
<hbox class="dialogheader">
|
|
<label class="dialogheader-title" value="&addressing.label;"/>
|
|
</hbox>
|
|
#include am-addressing.inc.xhtml
|
|
</vbox></vbox>
|
|
</window>
|