From: Roland Häder <roland@mxchange.org> Date: Sun, 22 Nov 2009 13:19:29 +0000 (+0000) Subject: Missing CSS class added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2cdcee9f025bbea379e2da13f87dc2f71940f3e5;p=mailer.git Missing CSS class added --- diff --git a/templates/de/html/admin/admin_config_other.tpl b/templates/de/html/admin/admin_config_other.tpl index 66984f0e46..58a2b3db46 100644 --- a/templates/de/html/admin/admin_config_other.tpl +++ b/templates/de/html/admin/admin_config_other.tpl @@ -161,8 +161,8 @@ </tr> <tr> - <td align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td> - <td align="center"> + <td class="bottom" align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td> + <td class="bottom" align="center"> {--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>