branched
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_add_payment.tpl
diff --git a/0.2.1/templates/de/html/admin/admin_add_payment.tpl b/0.2.1/templates/de/html/admin/admin_add_payment.tpl
deleted file mode 100644 (file)
index 9869fce..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=payments&do=add"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed" width="410">
-       <TR>
-               <TD class="admin_title bottom2" colspan="3" align="center" height="30">
-               <STRONG>{--ADD_NEW_PAYMENT--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" width="200">{--ENTER_PAY_TIME--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="200"><INPUT type="text" name="t_wait"
-                       class="admin_normal" size="3" maxlength="3">&nbsp;{--SECS--}
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ENTER_PAY_PAYMENT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="payment" class="admin_normal"
-                       size="3" maxlength="3">&nbsp;{!POINTS!}</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ENTER_PAY_PRICE--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="price" class="admin_normal" size="3"
-                       maxlength="3">&nbsp;{!POINTS!}</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ENTER_PAY_TITLE--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="title" class="admin_normal"
-                       size="15" maxlength="255"></TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="3" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--ADD_PAYMENT--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file