]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email_row.tpl
Changed all admin getter, closed internal TODOs:
[mailer.git] / templates / de / html / admin / admin_edit_email_row.tpl
index d0c0ceec0cba2e90ad2193a0728cde146601caec..abc760f6884d93c15331d92b4b89f4cd9d46ddb0 100644 (file)
@@ -1,10 +1,10 @@
 <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="switch_sw$content[sw] bottom" align="center">
+               <strong>$content[id]</strong>
+               <input type="radio" name="id" class="admin_normal" value="$content[id]" />
+       </td>
+       <td class="switch_sw$content[sw] 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="5">&nbsp;</td>
-       <td class="switch_sw$content[sw] top2">$content[subj]
-       ({--EMAIL_SENDER--}: $content[uid]; $content[pay]; $content[cat])</td>
-       <td class="switch_sw$content[sw] top2" width="10">&nbsp;</td>
 </tr>