1999-08-11 00:32:22 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
|
|
|
|
1999-09-07 18:22:40 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-smartupdate.dtd" >
|
|
|
|
|
1999-08-11 00:32:22 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="return StartUp('smartupdate');"
|
1999-10-30 05:44:23 +00:00
|
|
|
class="dialog"
|
1999-09-01 20:49:16 +00:00
|
|
|
align="vertical"
|
1999-09-20 21:35:06 +00:00
|
|
|
title="&title.label;">
|
|
|
|
|
|
|
|
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js">
|
|
|
|
</html:script>
|
1999-08-11 00:32:22 +00:00
|
|
|
|
1999-09-20 21:35:06 +00:00
|
|
|
<box align="vertical">
|
|
|
|
<box id="header" align="horizontal">
|
|
|
|
<spring style="width:20px"/>
|
|
|
|
<html:div style="vertical-align: middle;">
|
|
|
|
<html:B>&header;</html:B>
|
|
|
|
</html:div>
|
|
|
|
<spring flex="100%"/><spring style="width:60px"/>
|
|
|
|
<html:div ></html:div><spring style="width:5px"/>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<box align="vertical">
|
|
|
|
<html:fieldset style="width: 100%;">
|
|
|
|
<html:div>
|
|
|
|
<html:input type="checkbox" id="pref:0:bool:xpinstall.enabled" />
|
1999-09-27 19:58:06 +00:00
|
|
|
<html:label for="pref:0:bool:xpinstall.enabled">
|
1999-09-20 21:35:06 +00:00
|
|
|
&enableSU.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
|
|
|
|
|
|
|
<html:div>
|
1999-09-27 19:58:06 +00:00
|
|
|
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications.enabled" />
|
|
|
|
<html:label for="pref:0:bool:xpinstall.notifications.enabled">
|
1999-09-20 21:35:06 +00:00
|
|
|
&enableNotification.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
1999-08-11 00:32:22 +00:00
|
|
|
|
1999-09-20 21:35:06 +00:00
|
|
|
<html:div>
|
|
|
|
<html:input type="checkbox" id="pref:0:bool:xpinstall.manual_confirm" />
|
|
|
|
<html:label for="pref:0:bool:xpinstall.manual_confirm">
|
|
|
|
&requireConfirmation.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
|
|
|
</html:fieldset>
|
|
|
|
|
|
|
|
<html:fieldset style="width: 100%;">
|
|
|
|
<box align="horizontal">
|
|
|
|
&selectUninstall.label;
|
1999-09-07 23:21:09 +00:00
|
|
|
<html:textarea name="textstyle" ROWS="40" COLS="30" id="pref:string:browser.related.disabledForDomains">
|
1999-08-11 00:32:22 +00:00
|
|
|
</html:textarea>
|
1999-09-20 21:35:06 +00:00
|
|
|
<spring flex="15%"/>
|
1999-10-29 21:01:41 +00:00
|
|
|
<titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
|
1999-09-20 21:35:06 +00:00
|
|
|
</box>
|
|
|
|
</html:fieldset>
|
1999-08-11 00:32:22 +00:00
|
|
|
</box>
|
|
|
|
|
1999-09-20 21:35:06 +00:00
|
|
|
</box>
|
1999-08-11 00:32:22 +00:00
|
|
|
</window>
|
|
|
|
|