]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_order.tpl
Added more config wrappers
[mailer.git] / templates / de / html / admin / admin_config_order.tpl
index edaffe9eec701a1ea12115f9a80406770500aecd..8aac624d262ffcf4954f7eefb4f36a1c4273fbe0 100644 (file)
@@ -9,14 +9,14 @@
                <legend>{--ADMIN_CONFIG_ORDER_SELECT_MAX_LEGEND--}</legend>
 
                <div class="table_row">
-                       <label for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_MAX--}</label>
+                       <label class="admin_label" for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_MAX--}</label>
                        <div align="center">
                                <input type="radio" class="form_field" name="order_max_full" value="MAX"$content[order_max_full_max] />
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_ORDER--}</label>
+                       <label class="admin_label" for="order_max_full">{--ADMIN_CONFIG_ORDER_OPTION_ORDER--}</label>
                        <div align="center">
                                <input type="radio" class="form_field" name="order_max_full" value="ORDER"$content[order_max_full_order] />
                        </div>
                <legend>{--ADMIN_CONFIG_ORDER_MEMBER_LEGEND--}</legend>
 
                <div class="table_row">
-                       <label for="unconfirmed">{--ADMIN_CONFIG_MAX_UNCONFIRMED_MAILS--}</label>
+                       <label class="admin_label" for="unconfirmed">{--ADMIN_CONFIG_MAX_UNCONFIRMED_MAILS--}</label>
                        <div align="center">
                                <input type="text" class="form_field" name="unconfirmed" size="10" maxlength="10" value="{?unconfirmed?}" />
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="max_tlength">{--ADMIN_CONFIG_MAX_TEXT_LENGTH--}</label>
+                       <label class="admin_label" for="max_tlength">{--ADMIN_CONFIG_MAX_TEXT_LENGTH--}</label>
                        <div align="center">
                                <input type="text" class="form_field" name="max_tlength" size="10" maxlength="100" value="{?max_tlength?}" />
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="allow_url_in_text"> {--ADMIN_CONFIG_CHECK_EMAIL_TEXT--}</label>
+                       <label class="admin_label" for="allow_url_in_text">     {--ADMIN_CONFIG_CHECK_EMAIL_TEXT--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=allow_url_in_text%}
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="allow_url_in_subject">{--ADMIN_CONFIG_CHECK_EMAIL_SUBJECT--}</label>
+                       <label class="admin_label" for="allow_url_in_subject">{--ADMIN_CONFIG_CHECK_EMAIL_SUBJECT--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=allow_url_in_subject%}
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="url_blacklist">{--ADMIN_CONFIG_URL_BLACKLIST--}</label>
+                       <label class="admin_label" for="url_blacklist">{--ADMIN_CONFIG_URL_BLACKLIST--}</label>
                        <div align="center">
                                {%template,ConfigurationYesNoSelectionBox=url_blacklist%}
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="repay_deleted_mails">{--ADMIN_REPAY_ON_DELETE_MODE--}</label>
+                       <label class="admin_label" for="repay_deleted_mails">{--ADMIN_REPAY_ON_DELETE_MODE--}</label>
                        <div align="center">
                                <select name="repay_deleted_mails" class="form_select" size="1">
                                        <option value="REPAY"$content[repay_deleted_mails_repay]>{--ADMIN_CONFIG_REPAY_POINTS_REPAY--}</option>
                <legend>{--ADMIN_CONFIG_ORDER_SELECTION_LEGEND--}</legend>
 
                <div class="table_row">
-                       <label for="order_select">{--ADMIN_CONFIG_ORDER_SELECTION_COLUMN--}</label>
+                       <label class="admin_label" for="order_select">{--ADMIN_CONFIG_ORDER_SELECTION_COLUMN--}</label>
                        <div align="center">
                                <select name="order_select" class="form_select" size="1">
-                                       $content[order_selection]
+                                       {%config,addOrderSelectionOptions=order_select%}
                                </select>
                        </div>
                </div>
 
                <div class="table_row">
-                       <label for="order_mode">{--ADMIN_CONFIG_ORDER_SELECTION_MODE--}</label>
+                       <label class="admin_label" for="order_mode">{--ADMIN_CONFIG_ORDER_SELECTION_MODE--}</label>
                        <div align="center">
                                <select name="order_mode" class="form_select" size="1">
                                        <option value="ASC"$content[order_mode_asc]>{--SORT_ASCENDING--}</option>
                <legend>{--ADMIN_CONFIG_ORDER_MISC_LEGEND--}</legend>
 
                <div class="table_row">
-                       <label for="order_min">{--ADMIN_CONFIG_ORDER_MIN_RECEIVER_PER_ORDER--}</label>
+                       <label class="admin_label" for="order_min">{--ADMIN_CONFIG_ORDER_MIN_RECEIVER_PER_ORDER--}</label>
                        <div align="center">
                                <input type="input" class="form_field" name="order_min" value="{?order_min?}" size="5" maxlength="20" />
                        </div>
 
        <div class="table_footer top">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
        </div>
 </div>
 {%form_close%}