Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index 089d9f341cc394416956e0e12a2fabff0439aa2e..5f965992e2dbece8860d910a3dd7df1aa16e5a5f 100644 (file)
@@ -1,27 +1,27 @@
 <div align="center">
-<form accept-charset="utf-8" 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">
+  <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]">$content[current]</option>
+      <option value="$content[warning_interval]">{%pipe,createFancyTime=$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>
   </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">
+  <td class="bottom">
     &nbsp;<input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>