]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email_row.tpl
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_edit_email_row.tpl
index a6350ea006cf0c5cfc75daae3870e6bbeb63c8fa..f75b846144fb229d333e359a967036e64243dd4c 100644 (file)
@@ -1,12 +1,10 @@
 <tr>
-       <td class="switch_sw$content[sw] top" width="10" height="20">&nbsp;</td>
-       <td class="switch_sw$content[sw] top" align="center" width="10">
+       <td class="{%template,ColorSwitch%} 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] top" width="5">&nbsp;</td>
-       <td class="switch_sw$content[sw] top">
+       <td class="{%template,ColorSwitch%} bottom">
                $content[subject]
-               ({--EMAIL_SENDER--}: $content[userid]; $content[pay]; $content[cat])
+               ({--EMAIL_SENDER--}: {%pipe,generateUserProfileLink=$content[userid]%}; {%pipe,getPaymentTitlePrice=$content[payment_id]%}; {%pipe,getCategory=$content[cat_id]%})
        </td>
-       <td class="switch_sw$content[sw] top" width="10">&nbsp;</td>
 </tr>