]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email_row.tpl
Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
[mailer.git] / templates / de / html / admin / admin_edit_email_row.tpl
index f958cd02c8198d4c8e8c0b00ab91deafdf3aaa05..75754f5c37cea22f8635d37ef881b71f153b4a79 100644 (file)
@@ -1,12 +1,13 @@
 <tr>
-       <td class="switch_sw$content[sw] top2" width="10" height="20">&nbsp;</td>
-       <td class="switch_sw$content[sw] top2" align="center" width="10">
-               <input type="radio" name="id" class="admin_normal" value="$content[id]" />
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               <strong>$content[id]</strong>
+               <input type="radio" class="form_field" name="id" value="$content[id]" />
        </td>
-       <td class="switch_sw$content[sw] top2" width="5">&nbsp;</td>
-       <td class="switch_sw$content[sw] top2">
-               $content[subj]
-               ({--EMAIL_SENDER--}: $content[userid]; $content[pay]; $content[cat])
+       <td class="{%template,ColorSwitch%} bottom">
+               $content[subject]
+               ({--EMAIL_SENDER--}:
+               {%pipe,generateUserProfileLink=$content[userid]%};
+               {%pipe,getPaymentTitlePrice=$content[payment_id]%};
+               {%pipe,getCategory=$content[cat_id]%})
        </td>
-       <td class="switch_sw$content[sw] top2" width="10">&nbsp;</td>
 </tr>