]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_bonus_form.tpl
Admin menu has now a JavaScript "effect":
[mailer.git] / templates / de / html / admin / admin_send_bonus_form.tpl
index 1e9d951ce6481f9566590459ad661fe30171c922..223dfc399b2c95bcd1ce327698f87f8c43bb3fd7 100644 (file)
@@ -1,5 +1,5 @@
 <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">
        <tr>
                <td colspan="2" class="table_header bottom" align="center">
@@ -11,8 +11,8 @@
                <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[mode]%})</option>
-                               {%pipe,generateCategoryOptionsList=$content[mode]%}
+                               <option value="0">{--ALL_MEMBERS--} ({%pipe,getTotalReceivers,translateComma=$content[mail_mode]%})</option>
+                               {%pipe,generateCategoryOptionsList=$content[mail_mode]%}
                        </select>
                </td>
        </tr>