]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_sponsor_pay_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / guest / guest_sponsor_pay_row.tpl
1 <tr>
2         <td align="center" colspan="2" class="table_header bottom">
3                 <strong>$content[pay_name]:</strong>
4         </td>
5 </tr>
6 <tr>
7         <td align="right" class="{%template,ColorSwitch%} right" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}:</td>
8         <td class="table_header bottom" style="padding-left: 2px; padding-right: 2px" width="225">
9                 <div class="nobr"><strong>{%pipe,translateComma=$content[pay_rate]%} {?POINTS?}</strong></div>
10         </td>
11 </tr>
12 <tr>
13         <td align="right" class="{%template,ColorSwitch%} bottom right" width="225" height="24">{--SPONSOR_PAYTYPE_VALUE--}:</td>
14         <td class="table_header bottom" style="padding-left: 2px; padding-right: 2px" width="225">
15                 <div class="nobr"><strong>{%pipe,translateComma=$content[pay_min_count]%} $content[pay_currency]</strong></div>
16         </td>
17 </tr>