More HTML rewrites #3
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index 1b3ab4979ac3ccedef154b15898169f255f2b856..d0796a7dabdbeb3cd90c0ce75672bba0de6f4fa2 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">
+<form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=settings%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
+<tr>
+  <td colspan="2" align="center" class="sponsor_header bottom" height="32">
     <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
-  </TD>
-</TR>
-<TR>
-  <TD class="bottom2 right2" width="275" align="right" height="75" style="padding-right: 5px">
+  </td>
+</tr>
+<tr>
+  <td class="bottom right" 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="bottom" align="center">
+    {--YES--}<input type="radio" name="receive_warnings" class="guest_normal" value="Y"$content[receive_warnings_y] />
+    {--NO--}<input type="radio" name="receive_warnings" class="guest_normal" value="N"$content[receive_warnings_n] />
+  </td>
+</tr>
+<tr>
+  <td class="bottom right" align="right" height="55" style="padding-right: 5px">
     {--SPONSOR_WARNING_INTERVAL--}
-  </TD>
-  <TD class="bottom2" width="275" align="center">
+  </td>
+  <td class="bottom" 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>
+      <option value="$content[warning_interval]">$content[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">
+  </td>
+</tr>
+<tr>
+  <td class="bottom right" 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>
+  </td>
+  <td class="bottom">
+    &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>