More HTML rewrites #3
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index 9abbc142c8d3771aa74196570a99ce0a1283a19c..d0796a7dabdbeb3cd90c0ce75672bba0de6f4fa2 100644 (file)
@@ -1,42 +1,42 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=sponsor&amp;what=settings" method="POST" style="padding-bottom: 0px">
+<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 bottom2" height="32">
+  <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 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 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="bottom2 right2" width="275" align="right" height="55" style="padding-right: 5px">
+  <td class="bottom right" align="right" height="55" style="padding-right: 5px">
     {--SPONSOR_WARNING_INTERVAL--}
   </td>
-  <td class="bottom2" width="275" align="center">
+  <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 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 class="bottom">
+    &nbsp;<input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>
 <tr>