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 [
<!ENTITY % mailViewDTD SYSTEM "chrome://messenger/locale/mailViewSetup.dtd">
%mailViewDTD;
<!ENTITY % searchTermDTD SYSTEM "chrome://messenger/locale/searchTermOverlay.dtd">
%searchTermDTD;
]>
id="mailViewSetupDialog"
lightweightthemes="true"
windowtype="mailnews:mailview"
scrolling="false">
<head>
<title>&mailViewSetupTitle.label;</title>
<link rel="localization" href="branding/brand.ftl" />
</head>
<body>
<separator class="thin"/>
<vbox>
<hbox align="center">
<label value="&mailViewHeading.label;"
accesskey="&mailViewHeading.accesskey;"
control="name"/>
<html:input id="name" type="text"
class="input-inline"
tabindex="0"
oninput="doEnabling();"/>
</hbox>
</vbox>
<separator/>
<label value="&searchTermCaption.label;"/>
<hbox flex="1">
<vbox id="searchTermListBox" flex="1">
#include ../../../../mailnews/search/content/searchTerm.inc.xhtml
</hbox>
</xul:dialog>
</body>
</html>