remove dead code. #92114. fix by hwaara. sr=sspitzer

This commit is contained in:
sspitzer%netscape.com 2001-08-02 07:39:34 +00:00
parent 776918b13d
commit 42b07c1f68
9 changed files with 0 additions and 67 deletions

View File

@ -21,7 +21,6 @@
#
SearchDialog.xul
SearchOptions.xul
SearchDialog.js
FilterEditor.js
FilterEditor.xul

View File

@ -31,7 +31,6 @@ CHROME_CONTENT_DIR = messenger/content
CHROME_CONTENT = \
SearchDialog.xul \
SearchOptions.xul \
SearchDialog.js \
FilterListDialog.xul \
FilterListDialog.js \

View File

@ -1,46 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
<!--
The contents of this file are subject to the Netscape Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/NPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is Mozilla Communicator client code, released
March 31, 1998.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998-1999 Netscape Communications Corporation. All
Rights Reserved.
-->
<!DOCTYPE window SYSTEM "chrome://messenger/locale/SearchOptions.dtd" >
<window id="search-options-dialog" xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&searchOptionsTitle.label;">
<vbox style="width: 100%; height: 100%">
<html:div>
<html:input type="checkbox" name="searchSubfolders" id="searchSubfolders"/>
&searchSubfoldersCheckbox.label;
</html:div>
<html:div>&localRemoteTitle.label;</html:div>
<vbox class="cleanborder">
<html:div>
<html:input type="checkbox" name="localremote" id="local"/>
&localSearchRadio.label;
</html:div>
<html:div>
<html:input type="checkbox" name="localremote" id="remote"/>
&localSearchRadio.label;
</html:div>
</vbox>
</vbox>

View File

@ -26,7 +26,6 @@ CHROME_CONTENT_DIR = messenger\content
CHROME_CONTENT = \
.\SearchDialog.xul \
.\SearchOptions.xul \
.\SearchDialog.js \
.\searchTermOverlay.js \
.\searchTermOverlay.xul \

View File

@ -1,7 +1,6 @@
FilterEditor.dtd
FilterListDialog.dtd
SearchDialog.dtd
SearchOptions.dtd
search-attributes.properties
search-operators.properties
search.properties

View File

@ -33,7 +33,6 @@ CHROME_L10N = \
FilterEditor.dtd \
FilterListDialog.dtd \
SearchDialog.dtd \
SearchOptions.dtd \
search-attributes.properties \
search-operators.properties \
search.properties \

View File

@ -1,13 +0,0 @@
<!-- extracted from SearchOptions.xul -->
<!ENTITY searchOptionsTitle.label "Search Options">
<!ENTITY searchSubfoldersCheckbox.label "Search Subfolders">
<!--Localization note (localRemoteTitle.label): When translating this string,
make it the beginning of a sentence that can be completed by either
localSearchRadio.label or removeSearchRadio.label
-->
<!ENTITY localRemoteTitle.label "When online, search for messages:">
<!ENTITY localSearchRadio.label "on your local system">
<!ENTITY removeSearchRadio.label "on the specified server">
<!ENTITY ok.label "OK">
<!ENTITY cancel.label "Cancel">

View File

@ -26,7 +26,6 @@ CHROME_L10N_DIR = messenger\locale
CHROME_L10N = \
.\SearchDialog.dtd \
.\SearchOptions.dtd \
.\FilterListDialog.dtd \
.\FilterEditor.dtd \
.\search-attributes.properties \

View File

@ -134,7 +134,6 @@ messenger.jar:
content/messenger/mailWidgets.xml (base/resources/content/mailWidgets.xml)
content/messenger/platformMailnewsOverlay.xul (base/resources/content/win/platformMailnewsOverlay.xul)
content/messenger/SearchDialog.xul (base/search/resources/content/SearchDialog.xul)
content/messenger/SearchOptions.xul (base/search/resources/content/SearchOptions.xul)
content/messenger/SearchDialog.js (base/search/resources/content/SearchDialog.js)
content/messenger/searchTermOverlay.js (base/search/resources/content/searchTermOverlay.js)
content/messenger/searchTermOverlay.xul (base/search/resources/content/searchTermOverlay.xul)
@ -203,7 +202,6 @@ en-US.jar:
locale/en-US/messenger/msgSynchronize.dtd (base/resources/locale/en-US/msgSynchronize.dtd)
locale/en-US/messenger/offline.properties (base/resources/locale/en-US/offline.properties)
locale/en-US/messenger/SearchDialog.dtd (base/search/resources/locale/en-US/SearchDialog.dtd)
locale/en-US/messenger/SearchOptions.dtd (base/search/resources/locale/en-US/SearchOptions.dtd)
locale/en-US/messenger/FilterListDialog.dtd (base/search/resources/locale/en-US/FilterListDialog.dtd)
locale/en-US/messenger/FilterEditor.dtd (base/search/resources/locale/en-US/FilterEditor.dtd)
locale/en-US/messenger/search-attributes.properties (base/search/resources/locale/en-US/search-attributes.properties)