Adding for bug fix 11706

This commit is contained in:
matt%netscape.com 1999-08-12 22:46:26 +00:00
parent 175d4216a8
commit fb9a2569b9
3 changed files with 29 additions and 3 deletions

View File

@ -86,6 +86,19 @@
&sendAddFtpCheck.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:signon.rememberSignons" />
<html:label for="pref:0:bool:signon.rememberSignons" accesskey="r" tabindex="0">
&remSignCheck.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" checked="true" id="pref:0:bool:wallet.captureForms" />
<html:label for="pref:0:bool:wallet.captureForms" accesskey="c" tabindex="0">
&capFormsCheck.label;
</html:label>
</html:div>
</html:fieldset>
</box>

View File

@ -41,9 +41,9 @@
<html:tr>
<html:td valign="right" width="200">
<html:center>
<html:input type="button" align="bottom" value="&helpButton.label;" />
<html:input type="button" align="bottom" value="&cancelButton.label;" onclick="prefwindow.cancelPrefs();" />
<html:input type="button" align="bottom" value="&okButton.label;" onclick="prefwindow.savePrefs();" />
<titledbutton align="bottom" value="&helpButton.label;" />
<titledbutton align="bottom" value="&cancelButton.label;" onclick="prefwindow.cancelPrefs();" />
<titledbutton align="bottom" value="&okButton.label;" onclick="prefwindow.savePrefs();" />
</html:center>
</html:td>
</html:tr>

View File

@ -86,6 +86,19 @@
&sendAddFtpCheck.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="pref:0:bool:signon.rememberSignons" />
<html:label for="pref:0:bool:signon.rememberSignons" accesskey="r" tabindex="0">
&remSignCheck.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" checked="true" id="pref:0:bool:wallet.captureForms" />
<html:label for="pref:0:bool:wallet.captureForms" accesskey="c" tabindex="0">
&capFormsCheck.label;
</html:label>
</html:div>
</html:fieldset>
</box>