New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_edit_email_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom" align="center">
3                 <strong>$content[id]</strong>
4                 <input type="radio" name="id" class="admin_normal" value="$content[id]" />
5         </td>
6         <td class="switch_sw$content[sw] bottom">
7                 $content[subject]
8                 ({--EMAIL_SENDER--}: {%pipe,generateUserProfileLink=$content[userid]%}; {%pipe,getPaymentTitlePrice=$content[payment_id]%}; {%pipe,getCategory=$content[cat_id]%})
9         </td>
10 </tr>