2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&what=config_birthday%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td colspan="2" align="center" class="table_header bottom">
6 <strong>{--ADMIN_CONFIG_BIRTHDAY_TITLE--}</strong>
11 {--ADMIN_CONFIG_BIRTHDAY_POINTS--}:
12 <span class="notice">({--ADMIN_CONFIG_BIRTHDAY_POINTS_NOTE--})</span>
15 <input type="text" class="form_field" name="birthday_points" value="{?birthday_points?}" size="4" maxlength="6" />
16 <div class="tiny">({?POINTS?})</div>
20 <td class="bottom" align="right">{--ADMIN_CONFIG_BIRTHDAY_ONLY_ACTIVE--}</td>
21 <td class="bottom" align="center">
22 <input type="radio" class="form_field" name="birthday_active" value="Y"$content[birthday_active_y] /> {--YES--}<br />
23 <input type="radio" class="form_field" name="birthday_active" value="N"$content[birthday_active_n] /> {--NO--}
27 <td colspan="2" class="table_footer">
28 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
29 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />