]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 1f2c81e5e9e0ee7471a07b22523ef8ac7f9619b0..53946b43172dac6183ef63ba1af33af3deaa7a3f 100644 (file)
@@ -1,7 +1,7 @@
 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_other" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_OTHER_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
-               <td class="bottom2">
+               <td class="bottom" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
+               <td class="bottom">
                        <input type="radio" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] />&nbsp;{--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
                        <input type="radio" name="mailid_error_redirect" value="REJECT"$content[mailid_error_redirect_reject] />&nbsp;{--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
                </td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_SENDING_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
-               <td class="bottom2" align="center">
+               <td class="bottom" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
+               <td class="bottom" align="center">
                        {--YES--}:&nbsp;<input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />&nbsp;
                        {--NO--}:&nbsp;<input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
                </td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
-               <td class="bottom2">$content[url_tlock]</td>
+               <td class="bottom" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
+               <td class="bottom">$content[url_tlock]</td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
-               <td class="bottom2">$content[profile_reupdate]</td>
+               <td class="bottom" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
+               <td class="bottom">$content[profile_reupdate]</td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_SQL_SETTINGS--}</strong>
                </td>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
-               <td class="bottom2" align="center">
+               <td class="bottom" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
+               <td class="bottom" align="center">
                        {--YES--}:&nbsp;<input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] />
                        {--NO--}:&nbsp;<input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] />
                </td>