diff --git a/theme/keywind/login/login-idp-link-confirm.ftl b/theme/keywind/login/login-idp-link-confirm.ftl index 7e44d8f..5f7923e 100644 --- a/theme/keywind/login/login-idp-link-confirm.ftl +++ b/theme/keywind/login/login-idp-link-confirm.ftl @@ -1,20 +1,21 @@ <#import "template.ftl" as layout> <#import "components/button/primary.ftl" as buttonPrimary> + <@layout.registrationLayout; section> - <#if section = "header"> - ${msg("confirmLinkIdpTitle")} - <#elseif section = "form"> -
- #if> + <#if section="header"> + ${msg("confirmLinkIdpTitle")} + <#elseif section="form"> + + #if> @layout.registrationLayout> diff --git a/theme/keywind/login/login-update-password.ftl b/theme/keywind/login/login-update-password.ftl index 0297275..84d3037 100644 --- a/theme/keywind/login/login-update-password.ftl +++ b/theme/keywind/login/login-update-password.ftl @@ -1,42 +1,53 @@ <#import "template.ftl" as layout> <#import "components/button/primary.ftl" as buttonPrimary> <#import "components/input/primary.ftl" as inputPrimary> -<@layout.registrationLayout displayMessage=!messagesPerField.existsError('password','password-confirm'); section> - <#if section = "header"> - ${msg("updatePasswordTitle")} - <#elseif section = "form"> - - #if> -@layout.registrationLayout> \ No newline at end of file +<@layout.registrationLayout + displayMessage=!messagesPerField.existsError("password", "password-confirm") + ; + section +> + <#if section="header"> + ${msg("updatePasswordTitle")} + <#elseif section="form"> + + #if> +@layout.registrationLayout> diff --git a/theme/keywind/login/login-update-profile.ftl b/theme/keywind/login/login-update-profile.ftl index 771dd26..6c538e9 100644 --- a/theme/keywind/login/login-update-profile.ftl +++ b/theme/keywind/login/login-update-profile.ftl @@ -1,64 +1,71 @@ <#import "template.ftl" as layout> <#import "components/button/primary.ftl" as buttonPrimary> <#import "components/input/primary.ftl" as inputPrimary> -<@layout.registrationLayout displayMessage=!messagesPerField.existsError('username','email','firstName','lastName'); section> - <#if section = "header"> - ${msg("loginProfileTitle")} - <#elseif section = "form"> - - #if> +<@layout.registrationLayout + displayMessage=!messagesPerField.existsError("email", "firstName", "lastName", "username") + ; + section +> + <#if section="header"> + ${msg("loginProfileTitle")} + <#elseif section="form"> + + #if> @layout.registrationLayout> diff --git a/theme/keywind/login/login.ftl b/theme/keywind/login/login.ftl index c704742..9b02754 100644 --- a/theme/keywind/login/login.ftl +++ b/theme/keywind/login/login.ftl @@ -51,16 +51,16 @@ @inputPrimary.kw>