зеркало из https://github.com/mozilla/pjs.git
Adding for bug fix 11706
This commit is contained in:
Родитель
276bca7030
Коммит
219e6bac0e
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче