Aggiornamenti 2
This commit is contained in:
30
emails/admin/registration/esEs/html.pug
Normal file
30
emails/admin/registration/esEs/html.pug
Normal file
@@ -0,0 +1,30 @@
|
||||
p #{name} #{surname} acaba de registrarse en #{nomeapp}
|
||||
p Con los siguientes datos de acceso:
|
||||
span Username:
|
||||
strong #{username}<br>
|
||||
span Email:
|
||||
strong #{emailto}<br>
|
||||
p <br>Saludos
|
||||
|
||||
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/admin/registration/esEs/subject.pug
Normal file
1
emails/admin/registration/esEs/subject.pug
Normal file
@@ -0,0 +1 @@
|
||||
=`Nuevo registro de ${name} ${surname} (${username}) en ${nomeapp}`
|
||||
13
emails/registration/it/textold.pug
Normal file
13
emails/registration/it/textold.pug
Normal file
@@ -0,0 +1,13 @@
|
||||
Benvenuto #{name} nel portale di #{nomeapp}!
|
||||
I tuoi dati di accesso da ricordare sono:
|
||||
Username: #{username}
|
||||
|
||||
hai dimenticato la Password?
|
||||
Trovala qui: #{forgetpwd}
|
||||
|
||||
Email #{emailto}
|
||||
|
||||
Per confermare la registrazione clicca su questo link:
|
||||
#{strlinkreg}
|
||||
|
||||
Potrai cosi' accedere al sito digitando i tuoi dati di accesso.
|
||||
Reference in New Issue
Block a user