Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index 60247d2c21462dfbd80a5898df81da6cea050e8c..a7a5ba6452889707542e344e49962ae844206743 100644 (file)
@@ -2,48 +2,50 @@
 <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>
+       <td colspan="2" align="center" class="sponsor_header bottom" height="32">
+               <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
+       </td>
 </tr>
 <tr>
-  <td class="bottom right" align="right" height="75" style="padding-right: 5px">
-    {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
-  </td>
-  <td class="bottom" align="center">
-    {--YES--}<input type="radio" name="receive_warnings" class="form_field" value="Y"$content[receive_warnings_y] />
-    {--NO--}<input type="radio" name="receive_warnings" class="form_field" value="N"$content[receive_warnings_n] />
-  </td>
+       <td class="bottom right" align="right" height="75" style="padding-right: 5px">
+               {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
+       </td>
+       <td class="bottom" align="center">
+               <input type="radio" class="form_field" name="receive_warnings" class="form_field" value="Y"$content[receive_warnings_y] />
+               {--YES--}
+               <input type="radio" class="form_field" name="receive_warnings" class="form_field" value="N"$content[receive_warnings_n] />
+               {--NO--}
+       </td>
 </tr>
 <tr>
-  <td class="bottom right" align="right" height="55" style="padding-right: 5px">
-    {--SPONSOR_WARNING_INTERVAL--}
-  </td>
-  <td class="bottom" align="center">
-    <select name="warning_interval" class="form_select" size="1">
-      <option value="$content[warning_interval]">{%pipe,createFancyTime=$content[warning_interval]%}</option>
-      <option value="{%math,Day=1%}">1 {--DAYS--}</option>
-      <option value="{%math,Day=3%}">3 {--DAYS--}</option>
-      <option value="{%math,Week=1%}">1 {--LIFE_WEEKS--}</option>
-      <option value="{%math,Week=2%}">2 {--LIFE_WEEKS--}</option>
-      <option value="{%math,Week=4%}">4 {--LIFE_WEEKS--}</option>
-      <option value="{%math,Week=8%}">8 {--LIFE_WEEKS--}</option>
-    </select>
-  </td>
+       <td class="bottom right" align="right" height="55" style="padding-right: 5px">
+               {--SPONSOR_WARNING_INTERVAL--}
+       </td>
+       <td class="bottom" align="center">
+               <select name="warning_interval" class="form_select" size="1">
+                       <option value="$content[warning_interval]">{%pipe,createFancyTime=$content[warning_interval]%}</option>
+                       <option value="{%math,Day=1%}">1 {--DAYS--}</option>
+                       <option value="{%math,Day=3%}">3 {--DAYS--}</option>
+                       <option value="{%math,Week=1%}">1 {--LIFE_WEEKS--}</option>
+                       <option value="{%math,Week=2%}">2 {--LIFE_WEEKS--}</option>
+                       <option value="{%math,Week=4%}">4 {--LIFE_WEEKS--}</option>
+                       <option value="{%math,Week=8%}">8 {--LIFE_WEEKS--}</option>
+               </select>
+       </td>
 </tr>
 <tr>
-  <td class="bottom right" align="right" height="32">
-    {--SPONSOR_ENTER_PASSWORD--}:
-  </td>
-  <td class="bottom" align="center">
-    <input type="password" name="password" class="form_field" size="10" maxlength="255" />
-  </td>
+       <td class="bottom right" align="right" height="32">
+               {--SPONSOR_ENTER_PASSWORD--}:
+       </td>
+       <td class="bottom" align="center">
+               <input type="password" class="form_field" name="password" size="10" maxlength="255" />
+       </td>
 </tr>
 <tr>
-  <td class="sponsor_footer" colspan="2" align="center" height="32">
-    <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-    <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
-  </td>
+       <td class="sponsor_footer" colspan="2" align="center" height="32">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+       </td>
 </tr>
 </table>
 </form>