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:35 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" 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
|
|
|
|
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"
|
1999-10-30 05:44:23 +00:00
|
|
|
class="dialog"
|
1999-09-01 20:49:16 +00:00
|
|
|
align="vertical"
|
2006-05-17 02:22:45 +00:00
|
|
|
title="&title.label;"
|
|
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-smartupdate' ); else parent.queuedTag = 'pref-smartupdate';">
|
1999-09-20 21:35:06 +00:00
|
|
|
|
2006-05-17 02:24:27 +00:00
|
|
|
<box type="smallheader" title="&lHeader;" description="&rHeader;"/>
|
1999-09-20 21:35:06 +00:00
|
|
|
|
2006-05-17 02:23:01 +00:00
|
|
|
<titledbox orient="vertical">
|
|
|
|
<html:div class="vertical-gap">
|
2006-05-17 02:22:45 +00:00
|
|
|
<html:input type="checkbox" id="XPInstallEnabled"
|
|
|
|
pref="true" preftype="bool" prefstring="xpinstall.enabled" />
|
|
|
|
<html:label for="XPInstallEnabled">&enableSU.label;</html:label>
|
|
|
|
</html:div>
|
2006-05-17 02:23:01 +00:00
|
|
|
<html:div>
|
2006-05-17 02:22:45 +00:00
|
|
|
<html:input type="checkbox" id="XPInstallNotificationsEnabled"
|
|
|
|
pref="true" preftype="bool" prefstring="xpinstall.notifications.enabled"/>
|
|
|
|
<html:label for="XPInstallNotificationsEnabled">&enableNotification.label;</html:label>
|
|
|
|
</html:div>
|
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%;">
|
|
|
|
<treecol/>
|
|
|
|
<treechildren>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treeitem/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</tree>
|
|
|
|
<spring flex="5%"/>
|
|
|
|
<box align="vertical">
|
2006-05-17 02:22:45 +00:00
|
|
|
<titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;"/>
|
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>
|
|
|
|
|