gecko-dev/suite/common/pref/pref-smartupdate.xul
matt%netscape.com eb7c1b76f5 Adding new prefs for bugs.
Also clean up a bit.
1999-09-01 20:49:16 +00:00

66 lines
2.2 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
<!DOCTYPE window
[
<!ENTITY title.label "SmartUpdate">
<!ENTITY header "SmartUpdate">
<!ENTITY enableSU.label "Enable SmartUpdate">
<!ENTITY requireConfirmation.label "Require manual confirmation of each install">
<!ENTITY selectUninstall.label "To uninstall, select from the following list and click the uninstall button">
<!ENTITY uninstallButton.label "Uninstall">
]
>
<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');"
align="vertical"
title="&title.label;">
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js">
</html:script>
<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%;">
<box align="horizontal">
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
&enableSU.label;
</html:label>
</box>
<box align="horizontal">
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
&requireConfirmation.label;
</html:label>
</box>
</html:fieldset>
<html:fieldset style="width: 100%;">
<box align="horizontal">
&selectUninstall.label;
<html:textarea name="textstyle" ROWS="10" COLS="30" id="pref:string:browser.related.disabledForDomains">
</html:textarea>
<spring flex="15%"/>
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" style="height:20px;" />
</box>
</html:fieldset>
</box>
</box>
</window>