зеркало из https://github.com/mozilla/gecko-dev.git
remove PrefsWindow.html, it is obsolete.
This commit is contained in:
Родитель
d64be2fda3
Коммит
2321af2ed0
|
@ -16,7 +16,6 @@ pref-publish.xul
|
|||
pref-select.html
|
||||
pref-smart_browsing.xul
|
||||
pref-smartupdate.xul
|
||||
PrefsWindow.html
|
||||
PrefsWindow.js
|
||||
PrefsWindow.xul
|
||||
preftree.xul
|
||||
|
|
|
@ -23,7 +23,6 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/PrefsWindow.html \
|
||||
$(srcdir)/PrefsWindow.js \
|
||||
$(srcdir)/PrefsWindow.xul \
|
||||
$(srcdir)/pref-advanced.xul \
|
||||
|
|
|
@ -1,59 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Preferences
|
||||
</title>
|
||||
</head>
|
||||
<body onload = "return StartUp('Top');">
|
||||
<STYLE>
|
||||
body {
|
||||
background-color:#CCCCCC
|
||||
}
|
||||
|
||||
#pref-appearance {
|
||||
border : 0}
|
||||
|
||||
#preftree {
|
||||
border : yes
|
||||
border-style : ridge}
|
||||
|
||||
</style>
|
||||
<script language="JavaScript" src="PrefsWindow.js">
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Category:
|
||||
<br>
|
||||
<IFRAME NAME="preftree" id="preftree" SRC="preftree.xul" scrolling="auto" width="25%" height="326" resize="yes"></iframe>
|
||||
|
||||
<IFRAME NAME="pref-appearance" ID="pref-appearance" SRC="pref-appearance.html" width="72%" height="326" resize="yes" scrolling="no"></iframe>
|
||||
|
||||
|
||||
<table border=0 width="100%" cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td valign="right" width="160">
|
||||
<center>
|
||||
<form>
|
||||
|
||||
<input type="button" align="bottom" value="Help">
|
||||
</input>
|
||||
|
||||
<input type="button" align="bottom" value="Cancel" onclick="DoCancel();">
|
||||
</input>
|
||||
|
||||
<input type="button" align="bottom" value="OK" onClick="DoSave();">
|
||||
</input>
|
||||
|
||||
</form>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -38,7 +38,6 @@ install::
|
|||
$(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.html $(DIST)\bin\chrome\pref\content\default
|
||||
$(MAKE_INSTALL) PrefsWindow.js $(DIST)\bin\chrome\pref\content\default
|
||||
$(MAKE_INSTALL) PrefsWindow.xul $(DIST)\bin\chrome\pref\content\default
|
||||
$(MAKE_INSTALL) preftree.xul $(DIST)\bin\chrome\pref\content\default
|
||||
|
|
Загрузка…
Ссылка в новой задаче