- Delete Event with ask confirmation
- Fix dateStart only 1 view if is the same day - Sending a message from the Event Page: to a user or to a "Event" - Add button "Ask Info" - Starting view msg into the messagepopup component
This commit is contained in:
34
emails/msg/sendmsg/it/html.pug
Normal file
34
emails/msg/sendmsg/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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user