]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/templates/de/html/admin/admin_add_points_all.tpl
branched
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_add_points_all.tpl
diff --git a/0.2.1/templates/de/html/admin/admin_add_points_all.tpl b/0.2.1/templates/de/html/admin/admin_add_points_all.tpl
deleted file mode 100644 (file)
index de3032f..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=add_points&amp;u_id=all"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="admin_table dashed">
-       <TR>
-               <TD class="admin_title seperator" height="10" colspan="3">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_title" colspan="3" align="center">{--ADMIN_ADD_POINTS_TO_ALL--}:</TD>
-       </TR>
-       <TR>
-               <TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD height="8" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ENTER_POINTS_ADD--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="points" size="6" maxlength="7"
-                       class="admin_normal"></TD>
-       </TR>
-       <TR>
-               <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--ENTER_ADD_REASON--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
-                       cols="20"></TEXTAREA></TD>
-       </TR>
-       <TR>
-               <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
-                       type="submit" class="admin_submit" name="ok"
-                       value="{--ADMIN_ADD_POINTS--}"></TD>
-       </TR>
-       <TR>
-               <TD height="10" colspan="3" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>