]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/message.tpl
Added encryption stuff + rewrote sendWernisApiRequest() to handle the decryption.
[mailer.git] / templates / de / html / message.tpl
index a72f269ac700d3064c357f0a8d492cdbd0c31efd..d9ba51aa2671b82e59b56c9e65f6904d21dd450a 100644 (file)
@@ -1,13 +1,11 @@
 <tr>
-       <td colspan="3" align="center" valign="middle" class="guest" height="30">
-               <div align="center" style="margin-top:10px;margin-bottom:10px">
-                       <div class="table dashed">
-                               <div class="table_header bottom">
-                                       {--MESSAGE_HEADER--}
-                               </div>
-                               <div class="message">
-                                       $content
-                               </div>
+       <td colspan="3" align="center">
+               <div class="table dashed">
+                       <div class="table_header bottom">
+                               {--MESSAGE_HEADER--}
+                       </div>
+                       <div class="message">
+                               $content
                        </div>
                </div>
        </td>