diff --git a/templates/Layout/UserAccount.ss b/templates/Layout/UserAccount.ss index 6e1e229..2a859aa 100755 --- a/templates/Layout/UserAccount.ss +++ b/templates/Layout/UserAccount.ss @@ -1,31 +1,33 @@ -
- <% _t('Member.FIRSTNAME',"First Name") %> $FirstName
- <% _t('Member.SURNAME',"Surname") %> $Surname
- <% _t("Member.EMAIL","Email") %> $Email
-
+ <% _t('Member.FIRSTNAME',"First Name") %> $FirstName
+ <% _t('Member.SURNAME',"Surname") %> $Surname
+ <% _t("Member.EMAIL","Email") %> $Email
+
<% _t('Users.VerificationSent','A verification has been sent to your registered email address.') %>
-<% _t('Users.NextSteps','You will receive an email with a verification link. Clicking the link will verify your account.') %>
- <% else %> -<% _t('Users.NotVerificationSent','Unable to send verification.') %>
- <% end_if %> + <% if $Sent %> +<% _t('Users.VerificationSent','A verification has been sent to your registered email address.') %>
+<% _t('Users.NextSteps','You will receive an email with a verification link. Clicking the link will verify your account.') %>
+ <% else %> +<% _t('Users.NotVerificationSent','Unable to send verification.') %>
+ <% end_if %> - <% if $CurrentMember %> -- - <% _t("Users.BackToAccount", "Back to your account") %> - -
- <% end_if %> + <% if $CurrentMember %> ++ + <% _t("Users.BackToAccount", "Back to your account") %> + +
+ <% end_if %> +<% _t('Users.VerifiedMessage','Your account has been now been verified.') %>
- <% else %> -<% _t('Users.NotVerifiedMessage','Your account could not be verified.') %>
- <% end_if %> + <% if $Verify %> +<% _t('Users.VerifiedMessage','Your account has been now been verified.') %>
+ <% else %> +<% _t('Users.NotVerifiedMessage','Your account could not be verified.') %>
+ <% end_if %> - <% if $CurrentMember %> -- - <% _t("Users.BackToAccount", "Back to your account") %> - -
- <% end_if %> + <% if $CurrentMember %> ++ + <% _t("Users.BackToAccount", "Back to your account") %> + +
+ <% end_if %> +