gecko-dev/mailnews/base/prefs/resources/content/am-copies.xul

52 строки
1.7 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/am-copies.dtd" >
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload = "">
<box align="vertical" flex="100%" style="height: 100%; width: 100%;">
<html:div>&copyAndFolderTitle.label;</html:div>
<box align="vertical" class="cleanborder" flex="100%">
<html:div>&sendingPrefix.label;</html:div>
<box align="horizontal">
<html:input type="checkbox"/>
<html:div>&fccLocalSent.label;</html:div>
<spring flex="100%"/>
<html:button type="button">&chooseFolderButton.label;</html:button>
</box>
<box align="horizontal">
<html:input type="checkbox"/>
<html:div>&bccAccount.label;</html:div>
</box>
<box align="horizontal">
<html:input type="checkbox"/>
<html:div>&bccAddress.label;</html:div>
<html:input type="text"/>
</box>
</box>
<html:div>&specialFolderTitle.label;</html:div>
<box align="vertical" class="cleanborder" flex="100%">
<box align="horizontal">
<html:div>&junkMailFolder.label;</html:div>
<spring flex="100%"/>
<html:button type="button">&chooseFolderButton.label;</html:button>
</box>
<box align="horizontal">
<html:div>&draftMailFolder.label;</html:div>
<spring flex="100%"/>
<html:button type="button">&chooseFolderButton.label;</html:button>
</box>
<box align="horizontal">
<html:div>&templateMailFolder.label;</html:div>
<spring flex="100%"/>
<html:button type="button">&chooseFolderButton.label;</html:button>
</box>
</box>
</box>
</xul:window>