2 {%form,formMethodPost=modules.php?module=sponsor&what=settings%}
3 <table border="0" cellspacing="0" cellpadding="0" width="550" class="table dashed">
5 <td colspan="2" align="center" class="table_header bottom" height="32">
6 <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
10 <td class="bottom right" align="right" height="75" style="padding-right: 5px">
11 {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
13 <td class="bottom" align="center">
14 <input type="radio" class="form_field" name="receive_warnings" value="Y"$content[receive_warnings_y] />
16 <input type="radio" class="form_field" name="receive_warnings" value="N"$content[receive_warnings_n] />
21 <td class="bottom right" align="right" height="55" style="padding-right: 5px">
22 {--SPONSOR_WARNING_INTERVAL--}
24 <td class="bottom" align="center">
25 <select name="warning_interval" class="form_select" size="1">
26 <option value="$content[warning_interval]">{%pipe,createFancyTime=$content[warning_interval]%}</option>
27 <option value="{%math,Day=1%}">1 {--DAYS--}</option>
28 <option value="{%math,Day=3%}">3 {--DAYS--}</option>
29 <option value="{%math,Week=1%}">1 {--LIFE_WEEKS--}</option>
30 <option value="{%math,Week=2%}">2 {--LIFE_WEEKS--}</option>
31 <option value="{%math,Week=4%}">4 {--LIFE_WEEKS--}</option>
32 <option value="{%math,Week=8%}">8 {--LIFE_WEEKS--}</option>
37 <td class="bottom right" align="right" height="32">
38 {--SPONSOR_ENTER_PASSWORD--}:
40 <td class="bottom" align="center">
41 <input type="password" class="form_field" name="password" size="10" maxlength="255" />
45 <td class="table_footer" colspan="2" align="center" height="32">
46 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
47 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />