Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_birthday%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_CONFIG_BIRTHDAY_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="right">
11                         {--ADMIN_CONFIG_BIRTHDAY_POINTS--}:
12                         <span class="notice">({--ADMIN_CONFIG_BIRTHDAY_POINTS_NOTICE--})</span>
13                 </td>
14                 <td>
15                         <input type="text" class="form_field" name="birthday_points" value="{?birthday_points?}" size="4" maxlength="6" />
16                         <div class="tiny">({?POINTS?})</div>
17                 </td>
18         </tr>
19         <tr>
20                 <td class="bottom" align="right">{--ADMIN_CONFIG_BIRTHDAY_ONLY_ACTIVE--}</td>
21                 <td class="bottom" align="center">
22                         {%template,ConfigurationYesNoSelectionBox=birthday_active%}
23                 </td>
24         </tr>
25         <tr>
26                 <td colspan="2" class="table_footer">
27                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
28                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
29                 </td>
30         </tr>
31 </table>
32 {%form_close%}
33 </div>
34
35 <div class="notice">
36         {--ADMIN_CONFIG_BIRTHDAY_NOTICE--}
37 </div>