templates/mail/EVENT_ERRORS_REPORT.html
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:53:36 +0000 (12:53 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:53:36 +0000 (12:53 +0800)
templates/mail/EVENT_ERRORS_REPORT.html

index ac395da..9870891 100644 (file)
@@ -21,16 +21,12 @@ Content-Type: text/html; charset=utf-8
                 <th>Type</th>
                 <th>Error</th>
             </tr>
-            {foreach:errors,error}
-            <tr>
-                <td>{error.event_when}</td>
-                <td>{error.email}</td>
-                <td>{error.action}</td>
-                <td>{error.remarks}</td>
-            </tr>
-            {end:}
+            
         </table>
         
+        {foreach:errors,error}
+        <p>test</p>
+            {end:}
     </body>
     
 </html>
\ No newline at end of file