d362c17f2e7f91df3f9789191906f215fca22d27
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_wernis"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--WERNIS_ADMIN_CONFIG_TITLE--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD width="300" align="right">{--WERNIS_ADMIN_API_ID--}:</TD>
14                 <TD class="seperator" width="10">&nbsp;</TD>
15                 <TD width="270"><INPUT type="text" name="wernis_api_id"
16                         class="admin_normal" value="$content[api_id]" size="2" maxlength="20"></TD>
17         </TR>
18         <TR>
19                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
20         </TR>
21         <TR>
22                 <TD width="300" align="right">{--WERNIS_ADMIN_API_MD5--}:</TD>
23                 <TD class="seperator" width="10">&nbsp;</TD>
24                 <TD width="270"><INPUT type="text" name="wernis_api_md5"
25                         class="admin_normal" value="$content[api_md5]" size="33"
26                         maxlength="32"></TD>
27         </TR>
28         <TR>
29                 <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
33         </TR>
34         <TR>
35                 <TD width="300" align="right">{--WERNIS_ADMIN_MIN_AMOUNT--}:</TD>
36                 <TD class="seperator" width="10">&nbsp;</TD>
37                 <TD width="270"><INPUT type="text" name="wernis_min_amount"
38                         class="admin_normal" value="$content[min_amount]" size="5"
39                         maxlength="20"></TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
43         </TR>
44         <TR>
45                 <TD colspan="3" align="center" class="admin_footer"><INPUT
46                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
47                         type="submit" name="ok" class="admin_submit"
48                         value="{--SAVE_SETTINGS--}"></TD>
49         </TR>
50 </TABLE>
51 </FORM>
52
53 <DIV class="admin_note">{--WERNIS_ADMIN_CONFIG_NOTE--}</DIV>