1<p><b>{lang_display_prefs}</b><hr><p>
2
3<form method="POST" action="{link}">
4
5<table border="0" align="center" cellspacing="1" cellpadding="1" width="60%">
6	<tr bgcolor="{th_bg}">
7		<td colspan="2">&nbsp;</td>
8	</tr>
9	<tr bgcolor="{tr_color1}">
10		<td align="right" nowrap>{lang_wrap_at}:&nbsp;</td>
11		<td>
12         		<tt><input type="text" size="5" name="wrapat" value="{wrapat}"></tt><br>
13		</td>
14	</tr>
15	<tr bgcolor="{tr_color2}">
16		<td align="right" nowrap>{lang_size_editor}:&nbsp;</td>
17		<td>
18			<tt><input type="text" size="5" name="editorsize" value="{editorsize}"></tt><br>
19		</td>
20	</tr>
21	<tr bgcolor="{tr_color1}">
22		<td align="right" nowrap>{lang_location_button}:&nbsp;</td>
23		<td>
24			<select name="button_new_location">
25                		<option value="top" {top_selected}>{lang_option_1}</option>
26                		<option value="between" {between_selected}>{lang_option_2}</option>
27                		<option value="bottom" {bottom_selected}>{lang_option_3}</option>
28                	</select>
29		</td>
30	</tr>
31        <tr>
32                <td colspan="3" align="center">
33                        &nbsp;
34                </td>
35        </tr>
36        <tr>
37                <td colspan="3" align="center">
38                        <input type="submit" name="submit" value="{lang_save}">
39                </td>
40        </tr>
41</table>
42
43</form>