- Add Button Whatsapp Chat
- Fixed 'Ask Info' and 'Book' if the email arrived... - Added "Settings" table: URL_FACEBOOK, TELEGRAM_SUPPORT, URL_INSTAGRAM, WHATSAPP_CELL, INT_CODE, MAIN_EMAIL, CONTACTS_EMAIL_CELL, CALL_WORKING_DAYS, EVENTS_CAL, MSG_REPLY_AFTER_BOOKING. -
This commit is contained in:
@@ -2,6 +2,7 @@ p Ciao #{name},
|
||||
p Ti confermiamo che hai appena inviato una richiesta di prenotazione per l'evento #{event}
|
||||
span #{participants}
|
||||
p Messaggio: #{msgbooking}
|
||||
p #{msgreply_after_booking}
|
||||
|
||||
p Cordiali Saluti
|
||||
p Supporto #{nomeapp}
|
||||
|
||||
@@ -2,10 +2,6 @@ p Ciao #{name},
|
||||
p #{usernameorig} ti ha inviato questo messaggio dalla pagina
|
||||
span (#{infoevent}):
|
||||
p #{message}
|
||||
p
|
||||
p Per rispondere al messaggio clicca qui:
|
||||
div.divbtn <a href=#{strlinkreply} target="_blank">
|
||||
button.btn.btn-lg Rispondi</a>
|
||||
|
||||
p Cordiali Saluti
|
||||
p Supporto #{nomeapp}
|
||||
@@ -15,20 +11,3 @@ style(type="text/css").
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
|
||||
34
emails/msg/sendmsgchat/it/html.pug
Normal file
34
emails/msg/sendmsgchat/it/html.pug
Normal file
@@ -0,0 +1,34 @@
|
||||
p Ciao #{name},
|
||||
p #{usernameorig} ti ha inviato questo messaggio dalla pagina
|
||||
span (#{infoevent}):
|
||||
p #{message}
|
||||
p
|
||||
p Per rispondere al messaggio clicca qui:
|
||||
div.divbtn <a href=#{strlinkreply} target="_blank">
|
||||
button.btn.btn-lg Rispondi</a>
|
||||
|
||||
p Cordiali Saluti
|
||||
p Supporto #{nomeapp}
|
||||
|
||||
style(type="text/css").
|
||||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.divbtn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
font-size: 26px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: #027be3 !important;
|
||||
border-radius: 28px;
|
||||
|
||||
}
|
||||
1
emails/msg/sendmsgchat/it/subject.pug
Normal file
1
emails/msg/sendmsgchat/it/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`${usernameorig} tu ha inviato un nuovo messaggio`
|
||||
Reference in New Issue
Block a user