]> 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 40651f5ba37b7050240856832008701cdc454ab2..c242354334c34fd4b729a1a356520ead44584297 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;mode=$content[mode]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <!-- @TODO Maybe add some title? //-->
        <tr>
@@ -7,8 +7,8 @@
                <td>
                        <select name="cat" size="1" class="form_select">
                                <option value="X" disabled="disabled">{--PLEASE_SELECT--}</option>
-                               <option value="0">{--ALL_MEMBERS--} ($content[all])</option>
-                               $content[options_lines]
+                               <option value="0">{--ALL_MEMBERS--} ({%pipe,getTotalReceivers,translateComma=$content[all]%})</option>
+                               {%pipe,generateCategoryOptionsList=$content[options_lines]%}
                        </select>
                </td>
        </tr>