Fixing software installation preference panel.

This commit is contained in:
dougt%netscape.com 1999-09-20 21:35:06 +00:00
Родитель 0767c5d05c
Коммит 69ad795985
6 изменённых файлов: 102 добавлений и 88 удалений

Просмотреть файл

@ -5,52 +5,60 @@
<!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"
onload="return StartUp('smartupdate');"
align="vertical"
title="&title.label;">
title="&title.label;">
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js">
</html:script>
<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%;">
<html:div>
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
&enableSU.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:autoupdate.confirm_install" />
<html:label for="pref:0:bool:autoupdate.confirm_install">
&requireConfirmation.label;
</html:label>
</html:div>
</html:fieldset>
<html:fieldset style="width: 100%;">
<box align="horizontal">
&selectUninstall.label;
<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%;">
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
&enableSU.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications_enabled" />
<html:label for="pref:0:bool:xpinstall.notifications_enabled">
&enableNotification.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.manual_confirm" />
<html:label for="pref:0:bool:xpinstall.manual_confirm">
&requireConfirmation.label;
</html:label>
</html:div>
</html:fieldset>
<html:fieldset style="width: 100%;">
<box align="horizontal">
&selectUninstall.label;
<html:textarea name="textstyle" ROWS="40" COLS="30" id="pref:string:browser.related.disabledForDomains">
</html:textarea>
<spring flex="15%"/>
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
</box>
</html:fieldset>
<spring flex="15%"/>
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
</box>
</html:fieldset>
</box>
</box>
</box>
</window>

Просмотреть файл

@ -1,8 +1,8 @@
<!--LOCALIZATION NOTE pref-smartupdate.dtd UI for SmartUpdate prefs -->
<!--LOCALIZATION NOTE pref-smartupdate.dtd Don't translate the term 'SmartUpdate' -->
<!ENTITY title.label "SmartUpdate">
<!ENTITY header "SmartUpdate">
<!ENTITY enableSU.label "Enable SmartUpdate">
<!--LOCALIZATION NOTE pref-smartupdate.dtd UI for Software Updates prefs -->
<!ENTITY title.label "Software Installation">
<!ENTITY header "Software Installation">
<!ENTITY enableSU.label "Enable software installations">
<!ENTITY enableNotification.label "Enable notification of new and updated software">
<!ENTITY requireConfirmation.label "Require manual confirmation of each install">
<!--LOCALIZATION NOTE selectUninstall.label A large list box appears below this label -->
<!ENTITY selectUninstall.label "To uninstall, select from the following list and click the uninstall button">

Просмотреть файл

@ -24,6 +24,5 @@
<!ENTITY down.label "Download">
<!ENTITY cache.label "Cache">
<!ENTITY proxies.label "Proxies">
<!--LOCALIZATION NOTE smart.label Don't translate the term 'Smart Update' -->
<!ENTITY smart.label "Smart Update">
<!ENTITY smart.label "Software Installation">
<!ENTITY debug.label "Debug">

Просмотреть файл

@ -5,52 +5,60 @@
<!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"
onload="return StartUp('smartupdate');"
align="vertical"
title="&title.label;">
title="&title.label;">
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js">
</html:script>
<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%;">
<html:div>
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
&enableSU.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:autoupdate.confirm_install" />
<html:label for="pref:0:bool:autoupdate.confirm_install">
&requireConfirmation.label;
</html:label>
</html:div>
</html:fieldset>
<html:fieldset style="width: 100%;">
<box align="horizontal">
&selectUninstall.label;
<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%;">
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.enabled" />
<html:label for="pref:0:bool:autoupdate.enabled">
&enableSU.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.notifications_enabled" />
<html:label for="pref:0:bool:xpinstall.notifications_enabled">
&enableNotification.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:xpinstall.manual_confirm" />
<html:label for="pref:0:bool:xpinstall.manual_confirm">
&requireConfirmation.label;
</html:label>
</html:div>
</html:fieldset>
<html:fieldset style="width: 100%;">
<box align="horizontal">
&selectUninstall.label;
<html:textarea name="textstyle" ROWS="40" COLS="30" id="pref:string:browser.related.disabledForDomains">
</html:textarea>
<spring flex="15%"/>
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
</box>
</html:fieldset>
<spring flex="15%"/>
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
</box>
</html:fieldset>
</box>
</box>
</box>
</window>

Просмотреть файл

@ -1,8 +1,8 @@
<!--LOCALIZATION NOTE pref-smartupdate.dtd UI for SmartUpdate prefs -->
<!--LOCALIZATION NOTE pref-smartupdate.dtd Don't translate the term 'SmartUpdate' -->
<!ENTITY title.label "SmartUpdate">
<!ENTITY header "SmartUpdate">
<!ENTITY enableSU.label "Enable SmartUpdate">
<!--LOCALIZATION NOTE pref-smartupdate.dtd UI for Software Updates prefs -->
<!ENTITY title.label "Software Installation">
<!ENTITY header "Software Installation">
<!ENTITY enableSU.label "Enable software installations">
<!ENTITY enableNotification.label "Enable notification of new and updated software">
<!ENTITY requireConfirmation.label "Require manual confirmation of each install">
<!--LOCALIZATION NOTE selectUninstall.label A large list box appears below this label -->
<!ENTITY selectUninstall.label "To uninstall, select from the following list and click the uninstall button">

Просмотреть файл

@ -24,6 +24,5 @@
<!ENTITY down.label "Download">
<!ENTITY cache.label "Cache">
<!ENTITY proxies.label "Proxies">
<!--LOCALIZATION NOTE smart.label Don't translate the term 'Smart Update' -->
<!ENTITY smart.label "Smart Update">
<!ENTITY smart.label "Software Installation">
<!ENTITY debug.label "Debug">