]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 58a2b3db4610624adecbff0ef7eef410b9a4e44a..18d76a7199662e66b42ff8cf183e6446f11cb2bd 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <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>
        <tr>
                <td class="bottom" align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
                <td class="bottom" align="center">
-                       {--YES--}:&nbsp;<input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
-                       {--NO--}:&nbsp;<input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
+                       {--YES--}: <input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
+                       {--NO--}: <input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</td>
                <td align="center">
-                       {--YES--}:&nbsp;<input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />&nbsp;
-                       {--NO--}:&nbsp;<input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
+                       {--YES--}: <input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />
+                       {--NO--}: <input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
                </td>
        </tr>
 
        <tr>
                <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] />
+                       {--YES--}: <input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />
+                       {--NO--}: <input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
                </td>
        </tr>
 
                <td>$content[profile_lock]</td>
        </tr>
 
-       <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
-       </tr>
-
        <tr>
                <td align="right">{--ADMIN_OPTION_PROFILE_UPDATE--}:</td>
                <td>$content[profile_update]</td>
        </tr>
 </table>
 </form>
+</div>