remove pref-select.html, it is obsolete.

This commit is contained in:
sspitzer%netscape.com 1999-10-23 01:29:09 +00:00
parent 2321af2ed0
commit 719d18a101
4 changed files with 0 additions and 49 deletions

View File

@ -13,7 +13,6 @@ pref-offline.xul
pref-proxies.xul
pref-proxy-manual.xul
pref-publish.xul
pref-select.html
pref-smart_browsing.xul
pref-smartupdate.xul
PrefsWindow.js

View File

@ -40,7 +40,6 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/pref-proxies.xul \
$(srcdir)/pref-proxy-manual.xul \
$(srcdir)/pref-publish.xul \
$(srcdir)/pref-select.html \
$(srcdir)/pref-smart_browsing.xul \
$(srcdir)/pref-smartupdate.xul \
$(srcdir)/preftree.xul \

View File

@ -35,7 +35,6 @@ install::
$(MAKE_INSTALL) pref-proxies.xul $(DIST)\bin\chrome\pref\content\default
$(MAKE_INSTALL) pref-proxy-manual.xul $(DIST)\bin\chrome\pref\content\default
$(MAKE_INSTALL) pref-publish.xul $(DIST)\bin\chrome\pref\content\default
$(MAKE_INSTALL) pref-select.html $(DIST)\bin\chrome\pref\content\default
$(MAKE_INSTALL) pref-smart_browsing.xul $(DIST)\bin\chrome\pref\content\default
$(MAKE_INSTALL) pref-smartupdate.xul $(DIST)\bin\chrome\pref\content\default
$(MAKE_INSTALL) PrefsWindow.js $(DIST)\bin\chrome\pref\content\default

View File

@ -1,46 +0,0 @@
<html>
<head>
<title>Sample Prefs Panel</title>
</head>
<script language="JavaScript" src="PrefsWindow.js">
</script>
<style TYPE="text/css">
@import url(pref.css);
</style>
<body ID=here onload="return StartUp('Fonts')">
<DIV ID=top>
<SPAN ID=lefttext>Fonts</SPAN>
</DIV>
<table>
<FORM>
<tr><td>For the Encoding:</td><td><select id="pref"><OPTION>Western</td><td>Size<select id="pref"><OPTION>10</td</tr>
<tr><td>Variable Width Font:</td><td><select id="pref"><OPTION>Filler</td><td>Size<select id="pref"><OPTION>10</td></tr>
<tr><td>Fixed Width Font:</td><td><select id="pref"><OPTION>Filler</td><td></td></tr>
</FORM>
</table>
<br>
<table>
<tr><td>Sometimes a document will provide its own fonts.</tr></td>
<FORM>
<tr><td><input type="radio" id="pref:2:browser.use_document_fonts">Use my default fonts, overriding document-specified fonts</td></tr>
<tr><td><input type="radio" id="pref:1:browser.use_document_fonts">Use document-specified fonts. but disable Dynamic Fonts</td></tr>
<tr><td><input type="radio" id="pref:0:browser.use_document_fonts">use docuent-specified fonts, but disable Dynamic Fonts</td></tr>
</table>
</FORM>
</table>
</body>
</html>