gecko-dev/xpfe/components/prefwindow/resources/content/pref-smartupdate.html

37 lines
915 B
HTML
Raw Normal View History

1999-06-04 23:28:56 +00:00
<html>
<head>
<title>Sample Prefs Panel</title>
</head>
<script language="JavaScript" src="PrefsWindow.js">
</script>
<style TYPE="text/css">
1999-06-21 21:54:40 +00:00
@import url(chrome://pref/skin/pref.css);
1999-06-04 23:28:56 +00:00
</style>
1999-06-21 21:54:40 +00:00
<body ID=here onload="StartUp('smartupdate')">
1999-06-04 23:28:56 +00:00
<DIV ID=top>
<SPAN ID=lefttext>Smart Update</SPAN>
</DIV>
1999-06-21 21:54:40 +00:00
<FORM>
<table>
<tr><td><input type="checkbox" id="pref:0:bool:autoupdate.enabled" checked>Enable SmartUpdate</td></tr>
<tr><td><input type="checkbox" id="pref:0:bool:autoupdate.enabled">Require manual confirmation of each install</td></tr>
</table>
<table>
<tr><td>
1999-08-06 19:07:31 +00:00
To uninstall, select from the following list and click the Uninstall button.
1999-06-21 21:54:40 +00:00
<br>
<textarea name="textstyle" ROWS="5" COLS="30" id="pref:string:browser.related.disabledForDomains">
</textarea>
<input value="Uninstall" type="button" id="pref:0:bool:smartupdate">
</td></tr>
</table>
</FORM>
1999-06-04 23:28:56 +00:00
</body>
</html>