]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_bonus_form.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_send_bonus_form.tpl
index 97d6f11317b166ccc311a5f59d28b59b72467f27..c242354334c34fd4b729a1a356520ead44584297 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="admin_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="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>
+<div align="center">
+<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="table dashed">
+       <!-- @TODO Maybe add some title? //-->
+       <tr>
+               <td align="right">{--SELECT_CATEGORY--}:</td>
+               <td>
+                       <select name="cat" size="1" class="form_select">
+                               <option value="X" disabled="disabled">{--PLEASE_SELECT--}</option>
+                               <option value="0">{--ALL_MEMBERS--} ({%pipe,getTotalReceivers,translateComma=$content[all]%})</option>
+                               {%pipe,generateCategoryOptionsList=$content[options_lines]%}
+                       </select>
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--ENTER_RECEIVER--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="receiver" size="4" maxlength="5" />
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--ENTER_POINTS--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="points" size="4" maxlength="5" />
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--ENTER_SECONDS--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="seconds" size="4" maxlength="5" />
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--ENTER_SUBJECT--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="subject" size="30" maxlength="150" />
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--ENTER_TEXT--}:</td>
+               <td>
+                       <textarea name="text" class="form_field" rows="10" cols="50"></textarea>
+               </td>
+       </tr>
+       <tr>
+               <td align="right">{--MEMBER_ENTER_URL--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="url" size="40" maxlength="350" value="http://" />
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_SEND_MAIL--}" />
+               </td>
+       </tr>
+</table>
 </form>
+</div>