Deprecated 'replacer' removed. Now we use EL code instead (there are a lot example...
[mailer.git] / templates / de / html / admin / admin_edit_email_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom" align="center">
3                 <strong>$content[id]</strong>
4                 <input type="radio" class="form_field" name="id" value="$content[id]" />
5         </td>
6         <td class="{%template,ColorSwitch%} bottom">
7                 $content[subject]
8                 ({--EMAIL_SENDER--}:
9                 {%pipe,generateUserProfileLink=$content[userid]%};
10                 {%pipe,getPaymentTitlePrice=$content[payment_id]%};
11                 {%pipe,getCategory=$content[cat_id]%})
12         </td>
13 </tr>