]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_max.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_add_max.tpl
index 1a407a33640f4b9222aa6e185f1265d7ed4937b0..8915f38bab2fa2a6ba81ba86357bc90cdb9f153b 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_email%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_email_max_rec%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" class="table_header bottom" align="center">
        <tr>
                <td align="right">{--ADMIN_ENTER_MAX_VALUE--}:</td>
                <td>
-                       <input type="text" name="max" class="form_field" size="2" maxlength="2" />
+                       <input type="text" class="form_field" name="max" size="2" maxlength="2" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right">{--ADMIN_ENTER_MAX_COMMENT--}:</td>
                <td class="bottom">
-                       <input type="text" name="comment" class="form_field" size="10" maxlength="255" />
+                       <input type="text" class="form_field" name="comment" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
@@ -28,5 +28,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>