Update event_online_receipt_html.tpl
authorMaria <70949178+mariav0@users.noreply.github.com>
Wed, 20 Oct 2021 09:23:50 +0000 (11:23 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 09:23:50 +0000 (11:23 +0200)
Text and table do not fit well together when everything is centered (in most message templates). The change should be applied for all message templates for consistency reasons.
More information (including screenshots) can you find here: #21850
Important note: I haven't tested this specific template. I don't think it's a major change and it will look and work as well as all other templates. If you think it is needed, me or anyone else (any help is highly appreciated :) can provide screenshots.

xml/templates/message_templates/event_online_receipt_html.tpl

index 07b9e71a4cc247d074c60f308f5829e3526f56f2..41e510a58b087a87834a7a18be605a869f29ff1b 100644 (file)
@@ -14,7 +14,6 @@
 {capture assign=participantTotal}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture}
 
 
-<center>
   <table id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;">
 
   <!-- BEGIN HEADER -->
      </tr>
     {/if}
  </table>
-</center>
 
 </body>
 </html>