]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_coupon.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_coupon.tpl
index fe53ad2eef4fb17d6be7196b1082f9a9040624b6..6f5ca04471801fad7ed03e9aa5f044d367935f61 100644 (file)
@@ -3,75 +3,30 @@
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
-                       <strong>{--ADMIN_CONFIG_COUPON_SETTINGS_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 colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_COUPON_SELECT_PAYMENT_METHOD--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right" height="20">
-                       <input type="radio" class="form_field" name="coupon_payment_method" value="DIRECT"$content[coupon_payment_method_direct] />
-                       {--ADMIN_CONFIG_PAYMENT_MODE_DIRECT--}
-               </td>
-               <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="coupon_payment_method" value="REF"$content[coupon_payment_method_ref] />
-                       {--ADMIN_CONFIG_PAYMENT_MODE_REF--}
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_COUPON_SELECT_POINTS_ACCOUNT--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right" height="20">
-                       <input type="radio" class="form_field" name="coupon_points_account" value="ORDER"$content[coupon_points_account_order] />
-                       {--ADMIN_CONFIG_POINTS_ACCOUNT_ORDER--}
-               </td>
-               <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="coupon_points_account" value="GENERAL"$content[coupon_points_account_general] />
-                       {--ADMIN_CONFIG_POINTS_ACCOUNT_GENERAL--}
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_COUPON_SELECT_LOCKED_POINTS_MODE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right" height="20">
-                       <input type="radio" class="form_field" name="coupon_locked_points_mode" value="locked"$content[coupon_locked_points_mode_locked] />
-                       {--ADMIN_CONFIG_LOCKED_POINTS_MODE_LOCKED--}
-               </td>
-               <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="coupon_locked_points_mode" value="unlocked"$content[coupon_locked_points_mode_unlocked] />
-                       {--ADMIN_CONFIG_LOCKED_POINTS_MODE_UNLOCKED--}
-               </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>