1999-08-11 00:32:22 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-05-17 02:24:36 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2006-05-17 02:24:27 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-08-11 00:32:22 +00:00
|
|
|
|
2006-05-17 02:24:35 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-smartupdate.dtd" >
|
1999-09-07 18:22:40 +00:00
|
|
|
|
2006-05-17 02:25:47 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
1999-08-11 00:32:22 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2006-05-17 02:24:52 +00:00
|
|
|
class="color-dialog"
|
1999-09-01 20:49:16 +00:00
|
|
|
align="vertical"
|
2006-05-17 02:22:45 +00:00
|
|
|
title="&title.label;"
|
2006-05-17 02:24:52 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-smartupdate.xul');">
|
|
|
|
|
|
|
|
<script language="JavaScript">
|
|
|
|
<![CDATA[
|
|
|
|
_elementIDs = ["XPInstallEnabled", "XPInstallNotificationsEnabled"];
|
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
2006-05-17 02:24:57 +00:00
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
1999-09-20 21:35:06 +00:00
|
|
|
|
2006-05-17 02:24:57 +00:00
|
|
|
<titledbox orient="vertical" autostretch="never">
|
|
|
|
<title><text value="&smartTitle.label;"/></title>
|
2006-05-17 02:24:52 +00:00
|
|
|
<checkbox id="XPInstallEnabled" value="&enableSU.label;" accesskey="&enableSU.accesskey;"
|
|
|
|
pref="true" preftype="bool" prefstring="xpinstall.enabled"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="XPInstallNotificationsEnabled" value="&enableNotification.label;" accesskey="&enableNotification.accesskey;"
|
|
|
|
pref="true" preftype="bool" prefstring="xpinstall.notifications.enabled"
|
|
|
|
prefattribute="checked"/>
|
2006-05-17 02:23:01 +00:00
|
|
|
</titledbox>
|
1999-08-11 00:32:22 +00:00
|
|
|
|
2006-05-17 02:23:00 +00:00
|
|
|
<!--
|
2006-05-17 02:22:58 +00:00
|
|
|
<html:fieldset style="width: 100%; height: 100%">
|
|
|
|
<html:div class="hspace-both">&selectUninstall.label;</html:div>
|
|
|
|
<box class="hspace-both vspace" align="horizontal" flex="100%" style="width: 93%; height: 100%">
|
|
|
|
<tree id="smartUpdatePackages" class="inset" flex="100%" style="height: 40%;">
|
2006-05-17 02:26:02 +00:00
|
|
|
<treecolgroup>
|
|
|
|
<treecol flex="1"/>
|
|
|
|
</treecolgroup>
|
|
|
|
<treechildren flex="1">
|
2006-05-17 02:22:58 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treeitem/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</tree>
|
|
|
|
<spring flex="5%"/>
|
|
|
|
<box align="vertical">
|
2006-05-17 02:24:52 +00:00
|
|
|
<titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;" accesskey="&uninstallButton.accesskey;"/>
|
2006-05-17 02:22:58 +00:00
|
|
|
<spring flex="100%"/>
|
2006-05-17 02:22:45 +00:00
|
|
|
</box>
|
2006-05-17 02:22:58 +00:00
|
|
|
</box>
|
|
|
|
<spring style="height: 28px;"/>
|
2006-05-17 02:22:45 +00:00
|
|
|
</html:fieldset>
|
2006-05-17 02:23:00 +00:00
|
|
|
-->
|
1999-08-11 00:32:22 +00:00
|
|
|
</window>
|
|
|
|
|