]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
Rewrote reset and some extensions:
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 9f42bc28bcd2c5378aacecd3b2281c7b9577c56d..5a6fb650442f224d551efe39d7133a29fae16952 100644 (file)
                <td>
                        <!-- @TODO Rewrite this selection to one of our functions //-->
                        <select name="max_comma" size="1" class="form_select">
-                               <option value="0"$content[comma_def_0]>0</option>
-                               <option value="1"$content[comma_def_1]>1</option>
-                               <option value="2"$content[comma_def_2]>2</option>
-                               <option value="3"$content[comma_def_3]>3</option>
-                               <option value="4"$content[comma_def_4]>4</option>
-                               <option value="5"$content[comma_def_5]>5</option>
+                               <option value="0"$content[max_comma_0]>0</option>
+                               <option value="1"$content[max_comma_1]>1</option>
+                               <option value="2"$content[max_comma_2]>2</option>
+                               <option value="3"$content[max_comma_3]>3</option>
+                               <option value="4"$content[max_comma_4]>4</option>
+                               <option value="5"$content[max_comma_5]>5</option>
                        </select>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom" align="right">
+               <td align="right">
                        {--ADMIN_CONFIG_MAILID_REDIRECT--}
                </td>
-               <td class="bottom">
+               <td>
                        <input type="radio" class="form_field" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] /> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
                        <input type="radio" class="form_field" name="mailid_error_redirect" value="REJECT"$content[mailid_error_redirect_reject] /> {--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
                </td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_SENDING_TITLE--}</strong>
+               <td class="bottom" align="right">
+                       {--ADMIN_CONFIG_WORD_WRAP--}:
+               </td>
+               <td class="bottom">
+                       <input type="text" class="form_field" name="word_wrap" size="3" maxlength="3" value="{?word_wrap?}" />
                </td>
        </tr>
 
        <tr>
-               <td align="right">
-                       {--ADMIN_CONFIG_POOL_MAX_SEND--}:
-               </td>
-               <td align="center">
-                       <input type="text" class="form_field" name="max_send" size="10" maxlength="100" value="{?max_send?}" />
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_SENDING_TITLE--}</strong>
                </td>
        </tr>
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_ZIPCODE_ACTIVE--}
+                       {--ADMIN_CONFIG_POOL_MAX_SEND--}:
                </td>
                <td align="center">
-                       {%template,ConfigurationYesNoSelectionBox=order_multi_page%}
+                       <input type="text" class="form_field" name="max_send" size="10" maxlength="100" value="{?max_send?}" />
                </td>
        </tr>
 
                </td>
        </tr>
 
-       <tr>
-               <td align="right">
-                       {--ADMIN_CONFIG_SEND_UPDATE--}
-               </td>
-               <td align="center">
-                       {%template,ConfigurationYesNoSelectionBox=send_prof_update%}
-               </td>
-       </tr>
-
        <tr>
                <td class="bottom" align="right">
                        {--ADMIN_CONFIG_NOTIFY_ADMIN--}
                <td class="bottom">$content[url_tlock]</td>
        </tr>
 
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_PROFILE_TIME_TITLE--}</strong>
-               </td>
-       </tr>
-
-       <tr>
-               <td align="right">{--ADMIN_CONFIG_LOCK_PROFILE_TIME--}:</td>
-               <td>$content[profile_lock]</td>
-       </tr>
-
-       <tr>
-               <td align="right">{--ADMIN_CONFIG_PROFILE_UPDATE--}:</td>
-               <td>$content[profile_update]</td>
-       </tr>
-
-       <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_PROFILE_REUPDATE--}:</td>
-               <td class="bottom">$content[profile_reupdate]</td>
-       </tr>
-
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_SQL_TITLE--}</strong>
        <tr>
                <td colspan="2" align="center" class="table_footer">
                        <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--}" />
                </td>
        </tr>
 </table>
 {%form_close%}
 </div>
+
+<div class="notice">
+       {--ADMIN_CONFIG_OTHER_NOTICE--}
+</div>