]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_sponsor_payment_row.tpl
Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / templates / de / html / guest / guest_sponsor_payment_row.tpl
1 <tr>
2         <td class="bottom {%template,ColorSwitch%}" height="50" style="padding-left: 2px; padding-right: 2px">
3                 <input type="radio" class="form_field" name="pay_type" value="$content[id]" />
4                 $content[pay_name]
5                 <div align="right">
6                         ($content[pay_min_count] $content[pay_currency] = $content[res] {?POINTS?})
7                 </div>
8         </td>
9 </tr>