]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_birthday.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
index 9a1af7476a01bdebbd98e779dedb16c8f7918aaf..f0f0d6eca980bc66f8056aaae509967e74e73a90 100644 (file)
@@ -1,63 +1,63 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_birthday"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<br />
-               <div class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</div></TD>
-               <TD class="seperator" width="5">&nbsp;</TD>
-               <TD width="170"><INPUT type="text" name="birthday_points"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_birthday" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<br />
+               <div class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</div></td>
+               <td class="seperator" width="5">&nbsp;</td>
+               <td width="170"><INPUT type="text" name="birthday_points"
                        class="admin_normal" value="{!__POINTS_VALUE!}" size="4"
-                       maxlength="6">&nbsp;<div class="tiny">({!POINTS!})</div></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</TD>
-               <TD class="seperator" width="5">&nbsp;</TD>
-               <TD align="center"><INPUT type="radio" name="birthday_active"
+                       maxlength="6">&nbsp;<div class="tiny">({!POINTS!})</div></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator bottom2" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
+               <td class="seperator" width="5">&nbsp;</td>
+               <td align="center"><INPUT type="radio" name="birthday_active"
                        class="admin_normal" value="Y"{!__BIRTHDAY_ACTIVE_Y!} />&nbsp;{--YES--}<br />
                <INPUT type="radio" name="birthday_active" class="admin_normal"
-                       value="N"{!__BIRTHDAY_ACTIVE_N!} />&nbsp;{--NO--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" height="20"><INPUT type="radio"
+                       value="N"{!__BIRTHDAY_ACTIVE_N!} />&nbsp;{--NO--}</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="right" height="20"><INPUT type="radio"
                        name="birthday_mode" class="admin_normal" value="DIRECT"{!__BIRTHDAY_MODE_DIRECT!}>&nbsp;{--BIRTHDAY_MODE_DIRECT--}<br />
-               </TD>
-               <TD class="seperator" width="5">&nbsp;</TD>
-               <TD align="center"><INPUT type="radio" name="birthday_mode"
+               </td>
+               <td class="seperator" width="5">&nbsp;</td>
+               <td align="center"><INPUT type="radio" name="birthday_mode"
                        class="admin_normal" value="REF"{!__BIRTHDAY_MODE_REF!}>&nbsp;{--BIRTHDAY_MODE_REF--}
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
+               </td>
+       </tr>
+       <tr>
+               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
 </form>
+</div>