2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_proxy%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
5 <td colspan="2" align="center" class="admin_title bottom">
6 <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong>
10 <td align="right" style="padding-right:10px">
11 {--ADMIN_CONFIG_PROXY_HOST--}
14 <input type="text" name="proxy_host" value="$content[proxy_host]" />
18 <td align="right" style="padding-right:10px">
19 {--ADMIN_CONFIG_PROXY_PORT--}
22 <input type="text" name="proxy_port" value="$content[proxy_port]" />
26 <td align="right" style="padding-right:10px">
27 {--ADMIN_CONFIG_PROXY_USERNAME--}
30 <input type="text" name="proxy_username" value="$content[proxy_username]" />
34 <td class="bottom" align="right" style="padding-right:10px">
35 {--ADMIN_CONFIG_PROXY_PASSWORD--}
38 <input type="password" name="proxy_password" value="$content[proxy_password]" />
42 <td colspan="2" class="admin_footer">
43 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
44 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />