]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_settings_form.tpl
Several template fixes/cleanups, naming convention applied:
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index 262cb2e5e124f6a74545d61a42d0b3dbc25d2bcc..b3ac13cf053751967bfd60079e43c30cefc9b7c7 100644 (file)
@@ -7,21 +7,21 @@
   </td>
 </tr>
 <tr>
-  <td class="bottom right" 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="bottom" 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="bottom right" 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="bottom" 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="bottom right" width="275" align="right" height="32">
-    {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
+  <td class="bottom right" align="right" height="32">
+    {--SPONSOR_ENTER_PASSWORD--}:
   </td>
-  <td class="bottom" width="275">
-    &nbsp;<input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
+  <td class="bottom">
+    <input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>
 <tr>