More HTML improvements
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 58a2b3db4610624adecbff0ef7eef410b9a4e44a..25c64a8e10ff2495eba58516fad9f701bdf267f6 100644 (file)
        <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>