Skip to content

Commit

Permalink
MAGETWO-69668: [#7291] Change the default contact form email template…
Browse files Browse the repository at this point in the history
… to HTML #9786

 - reverted HTML markup. Markup can be added as a customization but we should not ship markup out-of-the-box
  • Loading branch information
Oleksii Korshenko committed Jun 12, 2017
1 parent 18860ad commit fd67252
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions app/code/Magento/Contact/view/frontend/email/submitted_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@
"var data.telephone":"Sender Telephone"
} @-->

{{template config_path="design/email/header_template"}}
{{trans "Name: %name" name=$data.name}}
{{trans "Email: %email" email=$data.email}}
{{trans "Phone Number: %telephone" telephone=$data.telephone}}

<ul>
<li>{{trans "Name: %name" name=$data.name}}</li>
<li>{{trans "Email: %email" email=$data.email}}</li>
<li>{{trans "Phone Number: %telephone" telephone=$data.telephone}}</li>
<li>{{trans "Comment: %comment" comment=$data.comment}}</li>
</ul>

{{template config_path="design/email/footer_template"}}
{{trans "Comment: %comment" comment=$data.comment}}

0 comments on commit fd67252

Please sign in to comment.