Next stage of HTML rewriting, lesser br-tags
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_birthday%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="admin_title bottom" height="30">
6                         <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
11         </tr>
12         <tr>
13                 <td width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:
14                 <span class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</span></td>
15                 <td class="seperator" width="5">&nbsp;</td>
16                 <td width="170">
17                         <input type="text" name="birthday_points" class="admin_normal" value="{?birthday_points?}" size="4" maxlength="6" />
18                         <div class="tiny">({?POINTS?})</div>
19                 </td>
20         </tr>
21         <tr>
22                 <td colspan="3" class="seperator bottom" height="5">&nbsp;</td>
23         </tr>
24         <tr>
25                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
26         </tr>
27         <tr>
28                 <td align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
29                 <td class="seperator" width="5">&nbsp;</td>
30                 <td align="center">
31                         <input type="radio" name="birthday_active" class="admin_normal" value="Y"$content[active_y] /> {--YES--}<br />
32                         <input type="radio" name="birthday_active" class="admin_normal" value="N"$content[active_n] /> {--NO--}
33                 </td>
34         </tr>
35         <tr>
36                 <td colspan="3" class="bottom seperator" height="5">&nbsp;</td>
37         </tr>
38         <tr>
39                 <td colspan="3" align="center" class="admin_title bottom" height="30">
40                         <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong>
41                 </td>
42         </tr>
43         <tr>
44                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
45         </tr>
46         <tr>
47                 <td align="right" height="20">
48                         <input type="radio" name="birthday_mode" class="admin_normal" value="DIRECT"$content[mode_direct] /> {--BIRTHDAY_MODE_DIRECT--}
49                 </td>
50                 <td class="seperator" width="5">&nbsp;</td>
51                 <td align="center">
52                         <input type="radio" name="birthday_mode" class="admin_normal" value="REF"$content[mode_ref] /> {--BIRTHDAY_MODE_REF--}
53                 </td>
54         </tr>
55         <tr>
56                 <td colspan="3" class="bottom seperator" height="5">&nbsp;</td>
57         </tr>
58         <tr>
59                 <td colspan="3" class="admin_footer">
60                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
61                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
62                 </td>
63         </tr>
64 </table>
65 </form>
66 </div>