Missing class='bottom' added
authorRoland Häder <roland@mxchange.org>
Mon, 8 Nov 2010 00:16:48 +0000 (00:16 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 8 Nov 2010 00:16:48 +0000 (00:16 +0000)
templates/de/html/admin/admin_config_birthday.tpl

index bd53d588efa35f5e2784729482d10d6d514e5adc..bc848ffd8310fae580c586d483abe5e57114b270 100644 (file)
@@ -17,8 +17,8 @@
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
-               <td align="center">
+               <td class="bottom" align="right">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
+               <td class="bottom" align="center">
                        <input type="radio" class="form_field" name="birthday_active" class="form_field" value="Y"$content[active_y] /> {--YES--}<br />
                        <input type="radio" class="form_field" name="birthday_active" class="form_field" value="N"$content[active_n] /> {--NO--}
                </td>