A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=settings%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
4 <tr>
5   <td colspan="2" align="center" class="sponsor_header bottom" height="32">
6     <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
7   </td>
8 </tr>
9 <tr>
10   <td class="bottom right" align="right" height="75" style="padding-right: 5px">
11     {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
12   </td>
13   <td class="bottom" align="center">
14     {--YES--}<input type="radio" name="receive_warnings" class="form_field" value="Y"$content[receive_warnings_y] />
15     {--NO--}<input type="radio" name="receive_warnings" class="form_field" value="N"$content[receive_warnings_n] />
16   </td>
17 </tr>
18 <tr>
19   <td class="bottom right" align="right" height="55" style="padding-right: 5px">
20     {--SPONSOR_WARNING_INTERVAL--}
21   </td>
22   <td class="bottom" align="center">
23     <select name="warning_interval" class="form_select" size="1">
24       <option value="$content[warning_interval]">{%pipe,createFancyTime=$content[warning_interval]%}</option>
25       <option value="{%math,Day=1%}">1 {--DAYS--}</option>
26       <option value="{%math,Day=3%}">3 {--DAYS--}</option>
27       <option value="{%math,Week=1%}">1 {--LIFE_WEEKS--}</option>
28       <option value="{%math,Week=2%}">2 {--LIFE_WEEKS--}</option>
29       <option value="{%math,Week=4%}">4 {--LIFE_WEEKS--}</option>
30       <option value="{%math,Week=8%}">8 {--LIFE_WEEKS--}</option>
31     </select>
32   </td>
33 </tr>
34 <tr>
35   <td class="bottom right" align="right" height="32">
36     {--SPONSOR_ENTER_PASSWORD--}:
37   </td>
38   <td class="bottom" align="center">
39     <input type="password" name="password" class="form_field" size="10" maxlength="255" />
40   </td>
41 </tr>
42 <tr>
43   <td class="sponsor_footer" colspan="2" align="center" height="32">
44     <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
45     <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
46   </td>
47 </tr>
48 </table>
49 </form>
50 </div>