summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/user_validation_mail.tpl8
-rw-r--r--templates/welcome_mail.tpl12
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/user_validation_mail.tpl b/templates/user_validation_mail.tpl
index 159ad51..3b0a277 100644
--- a/templates/user_validation_mail.tpl
+++ b/templates/user_validation_mail.tpl
@@ -1,9 +1,9 @@
-{tr}Hi{/tr} {$mail_user},
+{tr}Hi {$mail_user},
-{tr}You or someone registered this email address at{/tr} {$mail_site}
+You or someone registered this email address at {$mail_site}
-{tr}If you want to be a registered user in this site you will have to use the following link to login for the first time:{/tr}
+If you want to be a registered user in this site you will have to use the following link to login for the first time:
{$mail_machine}?v={$mailUserId}:{$mailProvPass}
-{tr}Enjoy the site!{/tr}
+Enjoy the site!{/tr}
diff --git a/templates/welcome_mail.tpl b/templates/welcome_mail.tpl
index 67eaf12..04d438b 100644
--- a/templates/welcome_mail.tpl
+++ b/templates/welcome_mail.tpl
@@ -1,10 +1,10 @@
-{tr}Hi{/tr} {$mail_user},
+{tr}Hi {$mail_user},
-{tr}Weclome to {/tr}{$siteName}!
+Weclome to {$siteName}!
-{tr}To login, visit{/tr} http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
+To login, visit http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
-{tr}Your login email is{/tr}: {$mailEmail}
-{tr}Your password is{/tr}: {$mailPassword}
+Your login email is: {$mailEmail}
+Your password is: {$mailPassword}
-{tr}Enjoy the site!{/tr}
+Enjoy the site!{/tr}