nsbeta3+ bug 45085, move search results 'default.htm' file into locale.

This commit is contained in:
ben%netscape.com 2000-08-08 06:07:25 +00:00
parent 1a81db9b8a
commit 1f046e8ee7
7 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,3 @@
default.htm
search.css
search.js
search.xul

View File

@ -31,7 +31,6 @@ CHROME_CONTENT_DIR = packages/core/communicator/content/search
CHROME_L10N_DIR = locales/en-US/communicator/locale/search
CHROME_CONTENT = \
default.htm \
search.js \
search.xul \
search-editor.js \
@ -49,6 +48,7 @@ CHROME_CONTENT = \
$(NULL)
CHROME_L10N = \
locale/en-US/default.htm \
locale/en-US/find.dtd \
locale/en-US/findresults.dtd \
locale/en-US/internet.dtd \

View File

@ -130,7 +130,7 @@ function doEngineClick( event, aNode )
}
else
{
window.frames[0].document.location = "chrome://communicator/content/search/default.htm";
window.frames[0].document.location = "chrome://communicator/locale/search/default.htm";
}
}

View File

@ -151,6 +151,6 @@
</tree>
<splitter id="gray_horizontal_splitter" persist="state" collapse="after" />
<iframe id="content" style="height: 100; width: 100%;" flex="100%" src="chrome://communicator/content/search/default.htm"/>
<iframe id="content" style="height: 100; width: 100%;" flex="100%" src="chrome://communicator/locale/search/default.htm"/>
</window>

View File

@ -7,3 +7,4 @@ findresults.dtd
internet.dtd
internetresults.dtd
search-panel.properties
default.htm

View File

@ -28,7 +28,6 @@ CHROME_CONTENT_DIR = packages\core\communicator\content\search
CHROME_L10N_DIR = locales\en-US\communicator\locale\search
CHROME_CONTENT = \
.\default.htm \
.\search.js \
.\search.xul \
.\search-editor.js \
@ -46,6 +45,7 @@ CHROME_CONTENT = \
$(NULL)
CHROME_L10N = \
.\locale\en-US\default.htm \
.\locale\en-US\find.dtd \
.\locale\en-US\findresults.dtd \
.\locale\en-US\internet.dtd \