]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_bonus_form.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_send_bonus_form.tpl
index 85406aa76b611b7402b69f1b69e372383c9e6b4d..223dfc399b2c95bcd1ce327698f87f8c43bb3fd7 100644 (file)
@@ -1,14 +1,18 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=send_bonus&amp;mode=$content[mode]%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=send_bonus&amp;mail_mode=$content[mail_mode]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <!-- @TODO Maybe add some title? //-->
+       <tr>
+               <td colspan="2" class="table_header bottom" align="center">
+                       <strong>{--ADMIN_SEND_BONUS_MAIL_TITLE--}</strong>
+               </td>
+       </tr>
        <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]%}
+                               <option value="0">{--ALL_MEMBERS--} ({%pipe,getTotalReceivers,translateComma=$content[mail_mode]%})</option>
+                               {%pipe,generateCategoryOptionsList=$content[mail_mode]%}
                        </select>
                </td>
        </tr>
@@ -22,6 +26,7 @@
                <td align="right">{--ENTER_POINTS--}:</td>
                <td>
                        <input type="text" class="form_field" name="points" size="4" maxlength="5" />
+                       <span class="tiny">({?POINTS?})</span>
                </td>
        </tr>
        <tr>
                </td>
        </tr>
        <tr>
-               <td align="right">{--MEMBER_ENTER_URL--}:</td>
-               <td>
+               <td class="bottom" align="right">{--MEMBER_ENTER_URL--}:</td>
+               <td class="bottom">
                        <input type="text" class="form_field" name="url" size="40" maxlength="350" value="http://" />
                </td>
        </tr>
        <tr>
-               <td colspan="2" align="center">
+               <td colspan="2" class="table_footer" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" class="form_submit" name="ok" value="{--ADMIN_SEND_MAIL--}" />
                </td>