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"?>
|
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
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2006-05-17 02:31:51 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-smartupdate.xul');"
|
|
|
|
headertitle="&lHeader;">
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:28:42 +00:00
|
|
|
<script type="application/x-javascript">
|
2006-05-17 02:24:52 +00:00
|
|
|
<![CDATA[
|
2006-05-17 02:27:56 +00:00
|
|
|
var _elementIDs = ["XPInstallEnabled"];
|
2006-05-17 02:24:52 +00:00
|
|
|
]]>
|
|
|
|
</script>
|
2006-05-17 02:31:51 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox align="start">
|
2006-05-17 02:31:17 +00:00
|
|
|
<caption label="&smartTitle.label;"/>
|
2006-05-17 02:28:51 +00:00
|
|
|
<checkbox id="XPInstallEnabled" label="&enableSU.label;" accesskey="&enableSU.accesskey;"
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
prefstring="xpinstall.enabled"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</groupbox>
|
1999-08-11 00:32:22 +00:00
|
|
|
|
2006-05-17 02:26:46 +00:00
|
|
|
<!--
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox align="start">
|
2006-05-17 02:31:17 +00:00
|
|
|
<caption label="Installed Packages"/>
|
2006-05-17 02:26:44 +00:00
|
|
|
|
|
|
|
<script>
|
|
|
|
<![CDATA[
|
|
|
|
function InstallPackage()
|
|
|
|
{
|
2006-05-17 02:27:37 +00:00
|
|
|
var chromeRegistry = Components.classes["@mozilla.org/chrome/chrome-registry;1"].getService();
|
2006-05-17 02:26:44 +00:00
|
|
|
if ( chromeRegistry )
|
|
|
|
chromeRegistry = chromeRegistry.QueryInterface( Components.interfaces.nsIChromeRegistry );
|
|
|
|
var packageURI = prompt('give the resource uri of the package to install','');
|
|
|
|
if (packageURI)
|
|
|
|
chromeRegistry.installPackage(packageURI, false);
|
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</script>
|
2006-05-17 02:28:51 +00:00
|
|
|
<button label="Install Package" oncommand="InstallPackage();"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</groupbox>
|
2006-05-17 02:26:46 +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>
|
2006-05-17 02:30:33 +00:00
|
|
|
<hbox class="hspace-both vspace" flex="100%" style="width: 93%; height: 100%">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<tree id="smartUpdatePackages" 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>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer flex="5%"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
<vbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<button class="push" id="pref:0:bool:smartupdate" label="&uninstallButton.label;" accesskey="&uninstallButton.accesskey;"/>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer flex="100%"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer style="height: 28px;"/>
|
2006-05-17 02:22:45 +00:00
|
|
|
</html:fieldset>
|
2006-05-17 02:23:00 +00:00
|
|
|
-->
|
2006-05-17 02:31:26 +00:00
|
|
|
</page>
|
1999-08-11 00:32:22 +00:00
|
|
|
|