Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Created December 22, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/b4b5be170c5be3fd2230 to your computer and use it in GitHub Desktop.
Save lorenzocaum/b4b5be170c5be3fd2230 to your computer and use it in GitHub Desktop.
EE3 to EE4 messages

Switch to text mode for the messages editor:

http://cl.ly/image/273t181B3r1b

Delete all content in all of the areas.

Then, in main content add the following:

<!-- HEADER -->
<table class="head-wrap" bgcolor="#999999">
<tbody>
<tr>
<td></td>
<td class="header container">
<div class="content">
<table bgcolor="#999999">
<tbody>
<tr>
<td>[CO_LOGO]</td>
<td align="right">
<h6 class="collapse">[COMPANY]</h6>
</td>
</tr>
</tbody>
</table>
</div></td>
<td></td>
</tr>
</tbody>
</table>
<!-- END HEADER -->
<!-- BODY -->
<table class="body-wrap">
<tbody>
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF"><!-- content -->
<div class="content">Thank you, [RECIPIENT_FNAME], for choosing CPR-Twin Cities to provide you with your American Red Cross training.</div>
<div>[EVENT_LIST]</div></td>
<td></td>
</tr>
</tbody>
</table>
<!-- END BODY -->

<!-- FOOTER -->
<table class="footer-wrap">
<tbody>
<tr>
<td></td>
<td class="container">
<table class="social" width="100%">
<tbody>
<tr>
<td><!-- column 1 -->
<table class="column" align="left">
<tbody>
<tr>
<td>
<h5>Connect with Us:</h5>
<a class="soc-btn fb" href="[CO_FACEBOOK_URL]">Facebook</a> <a class="soc-btn tw" href="[CO_TWITTER_URL]">Twitter</a> <a class="soc-btn gp" href="[CO_GOOGLE_URL]">Google+</a></td>
</tr>
</tbody>
</table>
<!-- /column 1 -->

<!-- column 2 -->
<table class="column" align="left">
<tbody>
<tr>
<td>
<h5>Contact Info:</h5>
Phone: <strong>[CO_PHONE]</strong>
Email: <strong><a href="mailto:[CO_EMAIL]" target="_blank">[CO_EMAIL]</a></strong></td>
</tr>
</tbody>
</table>
<!-- /column 2 --></td>
</tr>
</tbody>
</table>
<!-- end social table --></td>
<td></td>
</tr>
</tbody>
</table>
<!-- /FOOTER -->

Then in [event_list] add the following:

<!-- content -->
<div class="content">
Your [EVENT] class will be held at Highland Yoga Center, located at:

[VENUE_TITLE]
[VENUE_ADDRESS]
[VENUE_CITY]
[VENUE_STATE], [VENUE_ZIP]

The yoga studio is in a tiny strip mall on the corner of Cleveland Ave. and Villard Ave., in the Highland Park neighborhood of St. Paul. If approaching from Ford Pkwy., be sure to stay to the right on Cleveland Ave. (when St. Paul Ave. branches off to the left). You may park in the lot in front (but please do not park in the spots directly in front of the other businesses, as them need space for their own customers). If the lot if full, there is plenty of street parking. To see a Google map of the class location, click on this link:

[GOOGLE_MAP_IMAGE]

[DATETIME_LIST]
</div>
<div class="clear"></div>
<!-- /COLUMN WRAP -->

[ATTENDEE_LIST] and [TICKET_LIST] should be blank.

In [DATETIME_LIST], add the following:

Class begins promptly at [DATETIME_START] and will end at approximately [DATETIME_END]. Please plan on arriving about 10 minutes early, so we can start — and, therefore, end — on time.

If you have any questions or concerns, please don’t hesitate to ask. You can send an email to info@CPR-TwinCities.com or call us at (651) 699-3333.
We look forward to seeing you in class very soon.

[QUESTION_LIST] should be blank as well. Then save changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment