]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_order.tpl
Fixes some HTML errors, shell scripts cleaned up
[mailer.git] / templates / de / html / admin / admin_config_order.tpl
index ed24684ebe07b6c02cee950e104c59198e2b2012..09816d985ef57251f9abfe690f11f7b7a925a7b3 100644 (file)
                        {--ADMIN_ORDER_MAX_ORDER_SELECT--}
                </td>
                <td class="bottom">
-                       <input type="radio" class="form_field" name="order_max_full" class="form_field" value="MAX"$content[order_max_full_max] />
+                       <input type="radio" class="form_field" name="order_max_full" value="MAX"$content[order_max_full_max] />
                        {--ADMIN_ORDER_MAX--}
                </td>
        </tr>
 
        <tr>
                <td class="bottom">
-                       <input type="radio" class="form_field" name="order_max_full" class="form_field" value="ORDER"$content[order_max_full_order] />
+                       <input type="radio" class="form_field" name="order_max_full" value="ORDER"$content[order_max_full_order] />
                        {--ADMIN_ORDER_ORDER--}
                </td>
        </tr>
                <td class="bottom" align="right">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
                <td class="bottom" align="center">
                        <select name="order_mode" class="form_select" size="1">
-                               <option value="ASC"$content[order_mode_asc]">{--SORT_ASCENDING--}</option>
-                               <option value="DESC"$content[order_mode_desc]">{--SORT_DESCENDING--}</option>
+                               <option value="ASC"$content[order_mode_asc]>{--SORT_ASCENDING--}</option>
+                               <option value="DESC"$content[order_mode_desc]>{--SORT_DESCENDING--}</option>
                        </select>
                </td>
        </tr>
                        {--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
                </td>
                <td class="bottom" align="center">
-                       <input type="input" name="order_min" class="form_field" value="{?order_min?}" size="5" maxlength="20" />
+                       <input type="input" class="form_field" name="order_min" value="{?order_min?}" size="5" maxlength="20" />
                </td>
        </tr>