]> 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 569f26ea20ea300dc8a4dd9be205816aec8dfea2..75754f5c37cea22f8635d37ef881b71f153b4a79 100644 (file)
@@ -1,10 +1,13 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="center">
                <strong>$content[id]</strong>
-               <input type="radio" class="form_field" name="id" class="form_field" value="$content[id]" />
+               <input type="radio" class="form_field" name="id" value="$content[id]" />
        </td>
        <td class="{%template,ColorSwitch%} bottom">
                $content[subject]
-               ({--EMAIL_SENDER--}: {%pipe,generateUserProfileLink=$content[userid]%}; {%pipe,getPaymentTitlePrice=$content[payment_id]%}; {%pipe,getCategory=$content[cat_id]%})
+               ({--EMAIL_SENDER--}:
+               {%pipe,generateUserProfileLink=$content[userid]%};
+               {%pipe,getPaymentTitlePrice=$content[payment_id]%};
+               {%pipe,getCategory=$content[cat_id]%})
        </td>
 </tr>