]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_pay_row.tpl
Fixes for ext-surfbar (the usual asset)
[mailer.git] / templates / de / html / guest / guest_sponsor_pay_row.tpl
index d6631bc625f1e15abd84da6a8e7eec46f950f834..09712bdbedc645db3a09274e32ffc07b067cb89d 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-  <TD align="center" colspan="2" height="30" class="guest_title2 bottom2">
-    <strong>$content[name]:</strong>
-  </TD>
-</TR>
-<TR>
-  <TD align="right" class="switch_sw$content[sw] right2" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}:&nbsp;</TD>
-  <TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
-    <div class="nobr"><strong>$content[rate] {!POINTS!}</strong></div>
-  </TD>
-</TR>
-<TR>
-  <TD align="right" class="switch_sw$content[sw] bottom2 right2" width="225" height="24">{--SPONSOR_PAYTYPE_VALUE--}:&nbsp;</TD>
-  <TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
-    <div class="nobr"><strong>$content[price] $content[curr]</strong></div>
-  </TD>
-</TR>
+<tr>
+       <td align="center" colspan="2" class="guest_title bottom">
+               <strong>$content[pay_name]:</strong>
+       </td>
+</tr>
+<tr>
+       <td align="right" class="switch_sw$content[sw] right" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}:</td>
+       <td class="guest_title bottom" style="padding-left: 2px; padding-right: 2px" width="225">
+               <div class="nobr"><strong>{%pipe,translateComma=$content[pay_rate]%} {?POINTS?}</strong></div>
+       </td>
+</tr>
+<tr>
+       <td align="right" class="switch_sw$content[sw] bottom right" width="225" height="24">{--SPONSOR_PAYTYPE_VALUE--}:</td>
+       <td class="guest_title bottom" style="padding-left: 2px; padding-right: 2px" width="225">
+               <div class="nobr"><strong>{%pipe,translateComma=$content[pay_min_count]%} $content[pay_currency]</strong></div>
+       </td>
+</tr>