Adding for bug fix 11706
git-svn-id: svn://10.0.0.236/trunk@43266 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
662a2519a6
commit
ca6cc59280
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user