mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
52 lines
2.1 KiB
XML
52 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-smartupdate.dtd" >
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="dialog"
|
|
align="vertical"
|
|
title="&title.label;"
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-smartupdate' ); else parent.queuedTag = 'pref-smartupdate';">
|
|
|
|
<box class="header" align="horizontal">
|
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
|
<spring class="header-spring" flex="1"/>
|
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
|
</box>
|
|
|
|
<html:fieldset style="width: 100%;">
|
|
<html:div>
|
|
<html:input type="checkbox" id="XPInstallEnabled"
|
|
pref="true" preftype="bool" prefstring="xpinstall.enabled" />
|
|
<html:label for="XPInstallEnabled">&enableSU.label;</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input type="checkbox" id="XPInstallNotificationsEnabled"
|
|
pref="true" preftype="bool" prefstring="xpinstall.notifications.enabled"/>
|
|
<html:label for="XPInstallNotificationsEnabled">&enableNotification.label;</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input type="checkbox" id="XPInstallManualConfirm"
|
|
pref="true" preftype="bool" prefstring="xpinstall.manual_confirm"/>
|
|
<html:label for="XPInstallManualConfirm">&requireConfirmation.label;</html:label>
|
|
</html:div>
|
|
</html:fieldset>
|
|
|
|
<html:fieldset style="width: 100%;">
|
|
<html:div>&selectUninstall.label;</html:div>
|
|
<spring style="height: 10px;"/>
|
|
<html:select id="smartUpdatePackages" style="width: 100%; height: 100%" flex="100%" size="4">
|
|
<html:option/>
|
|
</html:select>
|
|
<spring flex="15%"/>
|
|
<box align="horizontal" style="width: 100%">
|
|
<spring flex="100%"/>
|
|
<titledbutton class="dialog push" id="pref:0:bool:smartupdate" value="&uninstallButton.label;"/>
|
|
</box>
|
|
<spring style="height: 18px;"/>
|
|
</html:fieldset>
|
|
</window>
|
|
|