Compare commits

..

No commits in common. "d90c4ed53193d40f3490354b910dd9dffa756e73" and "45e400147217b02cd7e20c2e40544c09f70a4e51" have entirely different histories.

2 changed files with 2 additions and 45 deletions

View File

@ -1,45 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Toor booking query for %%pagetitle%%</title>
<style>
.mailbodycontainer {
min-height:100%;
width:90%;
max-width:750px;
margin: auto;
padding:20px 0;
}
a {
text-decoration: none;
color: #8332ac;
}
@media (max-width:540px) {
.mailbodycontainer{
width: 95%;
}
}
</style>
</head>
<body>
<!-- name
phone
email
bookingdate
timehour
timeminute
timeampm
notes
pagetitle
pageurl -->
<div class="mailbodycontainer">
<p>Hi %%name%%, we have received your tour booking query for <a href="%%pageurl%%">%%pagetitle%%</a> on %%bookingdate%% at %%timehour%%:%%timeminute%% %%timeampm%%. We will reach out to you soon about the confirmation.</p>
<p>Have a great day!</p>
</div>
</body>
</html>

View File

@ -6,6 +6,8 @@
<title>Toor booking query for %%pagetitle%%</title>
<style>
.mailbodycontainer {
/* background:pink; */
min-height:100%;
width:90%;
max-width:750px;
margin: auto;