rewriting prefs for smartupdate and fixing bug13272

This commit is contained in:
matt%netscape.com 1999-09-07 23:21:09 +00:00
parent 0a6321f0ae
commit c9e72b298e
4 changed files with 18 additions and 20 deletions

View File

@ -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;" />

View File

@ -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>

View File

@ -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;" />

View File

@ -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>