]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_coupon.tpl
Added purging of subid and server_name logs
[mailer.git] / templates / de / html / admin / admin_config_coupon.tpl
index 014a32cf9ce5ab3f888b4bf96cca8d500f036f16..fefab08ebfe41f6b6bc4d5bbe53dfe5839eea0b3 100644 (file)
@@ -1,32 +1,32 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_coupon%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_coupon%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
-                       <strong>{--ADMIN_CONFIG_COUPON_TITLE--}:</strong>
+                       <strong>{--ADMIN_CONFIG_COUPON_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_DEFAULT_TIME--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_DEFAULT_TIME--}</td>
                <td class="bottom" align="center">
                        $content[coupon_default_time_selection]
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_AUTOPURGE_TIME--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_AUTOPURGE_TIME--}</td>
                <td class="bottom" align="center">
                        $content[coupon_autopurge_time_selection]
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_DEFAULT_POINTS--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_DEFAULT_POINTS--}</td>
                <td class="bottom" align="center">
                        <input type="input" name="coupon_default_points" class="form_field" value="{%config,translateComma=coupon_default_points%}" size="5" maxlength="20" />
                        <span class="tiny">({?POINTS?})</span>
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_USERID--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_COUPON_USERID--}</td>
                <td class="bottom" align="center">
                        $content[coupon_userid]
                </td>
@@ -38,5 +38,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>