6b5c1af183ea0eb414555ad25490c474e1355ecd
[mailer.git] / templates / de / html / admin / admin_add_payment.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=payments&do=add"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed" width="410">
5         <TR>
6                 <TD class="admin_title bottom2" colspan="3" align="center" height="30">
7                 <STRONG>{--ADD_NEW_PAYMENT--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD align="right" width="200">{--ENTER_PAY_TIME--}:</TD>
14                 <TD width="10" class="seperator">&nbsp;</TD>
15                 <TD width="200"><INPUT type="text" name="t_wait"
16                         class="admin_normal" size="3" maxlength="3">&nbsp;{--_SECONDS--}
17                 </TD>
18         </TR>
19         <TR>
20                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
21         </TR>
22         <TR>
23                 <TD align="right">{--ENTER_PAY_PAYMENT--}:</TD>
24                 <TD width="10" class="seperator">&nbsp;</TD>
25                 <TD><INPUT type="text" name="payment" class="admin_normal"
26                         size="3" maxlength="3">&nbsp;{!POINTS!}</TD>
27         </TR>
28         <TR>
29                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
30         </TR>
31         <TR>
32                 <TD align="right">{--ENTER_PAY_PRICE--}:</TD>
33                 <TD width="10" class="seperator">&nbsp;</TD>
34                 <TD><INPUT type="text" name="price" class="admin_normal" size="3"
35                         maxlength="3">&nbsp;{!POINTS!}</TD>
36         </TR>
37         <TR>
38                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
39         </TR>
40         <TR>
41                 <TD align="right">{--ENTER_PAY_TITLE--}:</TD>
42                 <TD width="10" class="seperator">&nbsp;</TD>
43                 <TD><INPUT type="text" name="title" class="admin_normal"
44                         size="15" maxlength="255"></TD>
45         </TR>
46         <TR>
47                 <TD colspan="5" height="3" class="seperator bottom2">&nbsp;</TD>
48         </TR>
49         <TR>
50                 <TD colspan="3" class="admin_footer"><INPUT
51                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
52                 <INPUT type="submit" name="ok" class="admin_submit"
53                         value="{--ADD_PAYMENT--}"></TD>
54         </TR>
55 </TABLE>
56 </FORM>