зеркало из https://github.com/mozilla/gecko-dev.git
rewriting prefs for smartupdate and fixing bug13272
This commit is contained in:
Родитель
0a6321f0ae
Коммит
c9e72b298e
|
@ -73,7 +73,7 @@
|
|||
</html:legend>
|
||||
<html:div>&clickRadio;</html:div>
|
||||
&location;
|
||||
<html:input name="homepage" type="text" id="pref:char:browser.startup.homepage" size="30" />
|
||||
<html:input name="homepage" type="text" id="pref:string:browser.startup.homepage" size="30" />
|
||||
<html:div>
|
||||
<spring flex="100%"/>
|
||||
<titledbutton name="starts" type="button" value="&useCurrent;" />
|
||||
|
|
|
@ -27,27 +27,26 @@
|
|||
|
||||
<box align="vertical">
|
||||
<html:fieldset style="width: 100%;">
|
||||
<box align="horizontal">
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
|
||||
<html:label for="pref:0:bool:autoupdate.enabled">
|
||||
&enableSU.label;
|
||||
</html:label>
|
||||
</box>
|
||||
|
||||
<box align="horizontal">
|
||||
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
|
||||
<html:label for="pref:0:bool:autoupdate.enabled">
|
||||
</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>
|
||||
</box>
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
<html:fieldset style="width: 100%;">
|
||||
<box align="horizontal">
|
||||
&selectUninstall.label;
|
||||
<html:textarea name="textstyle" ROWS="10" COLS="30" id="pref:string:browser.related.disabledForDomains">
|
||||
<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;" style="height:20px;" />
|
||||
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
|
||||
</box>
|
||||
</html:fieldset>
|
||||
</box>
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
</html:legend>
|
||||
<html:div>&clickRadio;</html:div>
|
||||
&location;
|
||||
<html:input name="homepage" type="text" id="pref:char:browser.startup.homepage" size="30" />
|
||||
<html:input name="homepage" type="text" id="pref:string:browser.startup.homepage" size="30" />
|
||||
<html:div>
|
||||
<spring flex="100%"/>
|
||||
<titledbutton name="starts" type="button" value="&useCurrent;" />
|
||||
|
|
|
@ -27,27 +27,26 @@
|
|||
|
||||
<box align="vertical">
|
||||
<html:fieldset style="width: 100%;">
|
||||
<box align="horizontal">
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
|
||||
<html:label for="pref:0:bool:autoupdate.enabled">
|
||||
&enableSU.label;
|
||||
</html:label>
|
||||
</box>
|
||||
|
||||
<box align="horizontal">
|
||||
<html:input type="checkbox" id="pref:0:bool:autoupdate.enabled" />
|
||||
<html:label for="pref:0:bool:autoupdate.enabled">
|
||||
</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>
|
||||
</box>
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
<html:fieldset style="width: 100%;">
|
||||
<box align="horizontal">
|
||||
&selectUninstall.label;
|
||||
<html:textarea name="textstyle" ROWS="10" COLS="30" id="pref:string:browser.related.disabledForDomains">
|
||||
<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;" style="height:20px;" />
|
||||
<titledbutton id="pref:0:bool:smartupdate" value="&uninstallButton.label;" flex="1" style="max-height:13px;"/>
|
||||
</box>
|
||||
</html:fieldset>
|
||||
</box>
|
||||
|
|
Загрузка…
Ссылка в новой задаче