]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_points_all.tpl
Added more config wrappers
[mailer.git] / templates / de / html / admin / admin_add_points_all.tpl
index e31cd9eb444b06c50383e2cc5c7a8b71b51ce3f5..66d5c55caf0cd7a10ab77ee8274b3d15f7bab914 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=add_points&amp;userid=all%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=add_points&amp;userid=all%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
@@ -9,12 +9,12 @@
        <tr>
                <td align="right">{--ADMIN_ENTER_POINTS_ADD--}:</td>
                <td>
-                       <input type="text" name="points" size="6" maxlength="7" class="form_field" />
+                       <input type="text" class="form_field" name="points" size="6" maxlength="7" />
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_ENTER_ADD_REASON--}:</td>
-               <td>
+               <td class="bottom" align="right">{--ADMIN_ENTER_ADD_REASON--}:</td>
+               <td class="bottom">
                        <textarea name="reason" class="form_field" rows="5" cols="20"></textarea>
                </td>
        </tr>
@@ -25,5 +25,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>