04f04a0aba9a1ad4b8cbdacb13593872b9649261
[mailer.git] / templates / de / html / admin / admin_config_primera.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_primera%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_PRIMERA_CONFIG_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="300" align="right">{--ADMIN_PRIMERA_API_NAME--}:</td>
11                 <td width="270">
12                         <input type="text" class="form_field" name="primera_api_name" value="{?primera_api_name?}" size="10" maxlength="255" />
13                 </td>
14         </tr>
15         <tr>
16                 <td class="bottom" width="300" align="right">{--ADMIN_PRIMERA_API_MD5--}:</td>
17                 <td class="bottom" width="270">
18                         <input type="password" class="form_field" name="password" size="20" maxlength="255" />
19                 </td>
20         </tr>
21         <tr>
22                 <td colspan="2" class="table_header bottom" align="center">
23                         Gespeicherter Hash:<br />
24                         &raquo;<em>{?primera_api_md5]</em>&laquo;
25                 </td>
26         </tr>
27         <tr>
28                 <td width="300" align="right">{--ADMIN_PRIMERA_REFID--}:</td>
29                 <td width="270">
30                         <input type="text" class="form_field" name="primera_refid" value="{?primera_refid?}" size="10" maxlength="255" />
31                 </td>
32         </tr>
33         <tr>
34                 <td width="300" align="right">{--ADMIN_PRIMERA_MIN_PAYOUT--}:</td>
35                 <td width="270">
36                         <input type="text" class="form_field" name="primera_min_payout" value="{?primera_min_payout?}" size="5" maxlength="20" />
37                         Wernis
38                 </td>
39         </tr>
40         <tr>
41                 <td class="bottom" width="300" align="right">{--ADMIN_PRIMERA_MIN_WITHDRAW--}:</td>
42                 <td class="bottom" width="270">
43                         <input type="text" class="form_field" name="primera_min_withdraw" value="{?primera_min_withdraw?}" size="5" maxlength="20" />
44                         Wernis
45                 </td>
46         </tr>
47         <tr>
48                 <td colspan="2" class="table_footer">
49                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
50                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
51                 </td>
52         </tr>
53 </table>
54 </form>
55
56 <div class="notice">
57         {--ADMIN_PRIMERA_CONFIG_NOTE--}
58 </div>
59 </div>