CSS class admin_footer now centered, a lot templates rewritten
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_proxy" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
3         <TR>
4                 <TD colspan="2" align="center" class="admin_title bottom2" height="30">
5                 <STRONG>{--ADMIN_EDIT_PROXY_SETTINGS--}</STRONG></TD>
6         </TR>
7         <TR><TD colspan="2" class="seperator" height="5">&nbsp;</TD></TR>
8         <TR>
9                 <TD align="right" style="padding-right:10px">
10                         {--ADMIN_CONFIG_PROXY_HOST--}
11                 </TD>
12                 <TD>
13                         <INPUT type="text" name="proxy_host" value="$content[proxy_host]" />
14                 </TD>
15         </TR>
16         <TR><TD colspan="2" class="seperator" height="5">&nbsp;</TD></TR>
17         <TR>
18                 <TD align="right" style="padding-right:10px">
19                         {--ADMIN_CONFIG_PROXY_PORT--}
20                 </TD>
21                 <TD>
22                         <INPUT type="text" name="proxy_port" value="$content[proxy_port]" />
23                 </TD>
24         </TR>
25         <TR><TD colspan="2" class="seperator" height="5">&nbsp;</TD></TR>
26         <TR>
27                 <TD align="right" style="padding-right:10px">
28                         {--ADMIN_CONFIG_PROXY_USERNAME--}
29                 </TD>
30                 <TD>
31                         <INPUT type="text" name="proxy_username" value="$content[proxy_username]" />
32                 </TD>
33         </TR>
34         <TR><TD colspan="2" class="seperator" height="5">&nbsp;</TD></TR>
35         <TR>
36                 <TD align="right" style="padding-right:10px">
37                         {--ADMIN_CONFIG_PROXY_PASSWORD--}
38                 </TD>
39                 <TD>
40                         <INPUT type="password" name="proxy_password" value="$content[proxy_password]" />
41                 </TD>
42         </TR>
43         <TR><TD colspan="2" class="bottom2 seperator" height="5">&nbsp;</TD></TR>
44         <TR>
45                 <TD colspan="2" class="admin_footer">
46                         <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;*
47                         <INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
48                 </TD>
49         </TR>
50 </TABLE>
51 </FORM>