This commit is contained in:
matt%netscape.com 1999-08-12 22:46:26 +00:00
Родитель 276bca7030
Коммит 219e6bac0e
3 изменённых файлов: 29 добавлений и 3 удалений

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

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

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

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

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

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