]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_bonus_form.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_send_bonus_form.tpl
index 0ededdeffaedd70433560728fb3484cbbb13f7ef..6c4c557cf80128ed602cfae9d937314af792f900 100644 (file)
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=send_bonus&amp;mode={--__MODE--}"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="5" height="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--SELECT_CATEGORY--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><SELECT name="cat" size="1" class="member_select">
-                       <OPTION value="" disabled>{--PLEASE_SELECT--}</OPTION>
-                       <OPTION value="0">{--ALL_MEMBERS--} ({--__ALL_VALUE!})</OPTION>
-                       {--__OPTION_LINES--}
-               </SELECT></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--ENTER_RECEIVER--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="receiver" class="member_normal"
-                       size="4" maxlength="5"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--ENTER_POINTS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="points" class="member_normal"
-                       size="4" maxlength="5"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--ENTER_SECONDS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="seconds" class="member_normal"
-                       size="4" maxlength="5"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--ENTER_SUBJECT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="subject" class="member_normal"
-                       size="30" maxlength="150"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--ENTER_TEXT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><TEXTAREA name="text" class="member_normal" rows="10"
-                       cols="50"></TEXTAREA></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="5" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right">{--MEMBER_ENTER_URL--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="url" class="member_normal" size="40"
-                       maxlength="350" value="http://"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD colspan="3" align="center"><INPUT type="reset"
-                       class="member_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
-                       type="submit" name="ok" class="member_submit"
-                       value="{--ADMIN_SEND_MAIL--}"></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="10" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=send_bonus&amp;mode=$content[mode]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td colspan="5" height="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--SELECT_CATEGORY--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <select name="cat" size="1" class="admin_select">
+                               <option value="X" disabled="disabled">{--PLEASE_SELECT--}</option>
+                               <option value="0">{--ALL_MEMBERS--} ($content[all])</option>
+                               $content[options_lines]
+                       </select>
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--ENTER_RECEIVER--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <input type="text" name="receiver" class="admin_normal" size="4" maxlength="5" />
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--ENTER_POINTS--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <input type="text" name="points" class="admin_normal" size="4" maxlength="5" />
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--ENTER_SECONDS--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <input type="text" name="seconds" class="admin_normal" size="4" maxlength="5" />
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--ENTER_SUBJECT--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <input type="text" name="subject" class="admin_normal" size="30" maxlength="150" />
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--ENTER_TEXT--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <textarea name="text" class="admin_normal" rows="10" cols="50"></textarea>
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="5" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">{--MEMBER_ENTER_URL--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td>
+                       <input type="text" name="url" class="admin_normal" size="40" maxlength="350" value="http://" />
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td colspan="3" align="center">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_SEND_MAIL--}" />
+               </td>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="10" class="seperator">&nbsp;</td>
+       </tr>
+</table>
+</form>