-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1222 from magento-engcom/develop-prs
- Loading branch information
Showing
12 changed files
with
159 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
app/code/Magento/Contact/view/adminhtml/email/submitted_form.html
This file was deleted.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
app/code/Magento/Contact/view/frontend/email/submitted_form.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<!--@subject {{trans "Contact Form"}} @--> | ||
<!--@vars { | ||
"var data.comment":"Comment", | ||
"var data.email":"Sender Email", | ||
"var data.name":"Sender Name", | ||
"var data.telephone":"Sender Telephone" | ||
} @--> | ||
|
||
{{template config_path="design/email/header_template"}} | ||
|
||
<table class="message-details"> | ||
<tr> | ||
<td><b>{{trans "Name"}}</b></td> | ||
<td>{{var data.name}}</td> | ||
</tr> | ||
<tr> | ||
<td><b>{{trans "Email"}}</b></td> | ||
<td>{{var data.email}}</td> | ||
</tr> | ||
<tr> | ||
<td><b>{{trans "Phone"}}</b></td> | ||
<td>{{var data.telephone}}</td> | ||
</tr> | ||
</table> | ||
<p><b>{{trans "Message"}}</b></p> | ||
<p>{{var data.comment}}</p> | ||
|
||
{{template config_path="design/email/footer_template"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.