Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index 3a886167baaa6cb13dd8d0f28673b97435cde948..812fb1d502e7d1b603d624a532950c4ef1fc60b4 100644 (file)
@@ -1,50 +1,50 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=sponsor&amp;what=settings" method="POST" style="padding-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
-<TR>
-  <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
-    <STRONG>{--SPONSOR_SETTINGS_HEADER--}:</STRONG>
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="75" style="padding-right: 5px">
+<div align="center">
+<form action="{!URL!}/modules.php?module=sponsor&amp;what=settings" method="post" style="padding-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
+<tr>
+  <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+    <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
+  </td>
+</tr>
+<tr>
+  <td class="bottom2 right2" width="275" align="right" height="75" style="padding-right: 5px">
     {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
-  </TD>
-  <TD class="bottom2" width="275" align="center">
-    {--YES--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="Y"{!__YES!} />
-    {--NO--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="N"{!__NO!} />
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="55" style="padding-right: 5px">
+  </td>
+  <td class="bottom2" width="275" align="center">
+    {--YES--}<input type="radio" name="receive_warnings" class="guest_normal" value="Y"{!__YES!} />
+    {--NO--}<input type="radio" name="receive_warnings" class="guest_normal" value="N"{!__NO!} />
+  </td>
+</tr>
+<tr>
+  <td class="bottom2 right2" width="275" align="right" height="55" style="padding-right: 5px">
     {--SPONSOR_WARNING_INTERVAL--}
-  </TD>
-  <TD class="bottom2" width="275" align="center">
-    <SELECT name="warning_interval" class="guest_select" size="1">
-      <OPTION value="$content[warning_interval]">{!__CURRENT!}</OPTION>
-      <OPTION value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</OPTION>
-      <OPTION value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</OPTION>
-      <OPTION value="{--($_CONFIG['one_day']*7)--}">1 {--LIFE_WEEKS--}</OPTION>
-      <OPTION value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</OPTION>
-      <OPTION value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</OPTION>
-      <OPTION value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</OPTION>
-    </SELECT>
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="32">
+  </td>
+  <td class="bottom2" width="275" align="center">
+    <select name="warning_interval" class="guest_select" size="1">
+      <option value="$content[warning_interval]">{!__CURRENT!}</option>
+      <option value="{--({?one_day?}*1)--}">1 {--DAYS--}</option>
+      <option value="{--({?one_day?}*3)--}">3 {--DAYS--}</option>
+      <option value="{--({?one_day?}*7)--}">1 {--LIFE_WEEKS--}</option>
+      <option value="{--({?one_day?}*14)--}">2 {--LIFE_WEEKS--}</option>
+      <option value="{--({?one_day?}*28)--}">4 {--LIFE_WEEKS--}</option>
+      <option value="{--({?one_day?}*56)--}">8 {--LIFE_WEEKS--}</option>
+    </select>
+  </td>
+</tr>
+<tr>
+  <td class="bottom2 right2" width="275" align="right" height="32">
     {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
-  </TD>
-  <TD class="bottom2" width="275">
-    &nbsp;<INPUT type="password" name="password" class="guest_normal" size="10" maxlength="255">
-  </TD>
-</TR>
-<TR>
-  <TD class="sponsor_footer" colspan="2" align="center" height="32">
-    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
-    <INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+  </td>
+  <td class="bottom2" width="275">
+    &nbsp;<input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
+  </td>
+</tr>
+<tr>
+  <td class="sponsor_footer" colspan="2" align="center" height="32">
+    <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
+  </td>
+</tr>
+</table>
+</form>
+</div>