]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/user/login_user_contact_data_saved.xhtml
Please cherry-pick:
[jjobs-war.git] / web / user / login_user_contact_data_saved.xhtml
index 713b4b0f59417e812c3c0c98d9e2a56a89d2c341..047074190907f0ae76130d49d02229a3c0f4691d 100644 (file)
@@ -17,7 +17,7 @@
        <ui:define name="content">
                <widgets:outputMessageBox message="#{msg.LOGIN_MESSAGE_DATA_SAVED}" rendered="#{userLoginController.isUserLoggedIn() and featureController.isFeatureEnabled('change_user_personal_data') and (not userLoginController.ifUserMustChangePassword() or not featureController.isFeatureEnabled('user_must_change_password'))}" />
 
-               <widgets:outputMessageBox message="#{msg.ERROR_LOGIN_USER_EDIT_DATA_DISABLED}" styleClass="errors" rendered="#{not featureController.isFeatureEnabled('change_user_personal_data')}" />
+               <widgets:outputMessageBox message="#{msg.ERROR_LOGIN_USER_EDIT_DATA_DISABLED}" messageStyleClass="alert-danger" rendered="#{not featureController.isFeatureEnabled('change_user_personal_data')}" />
 
                <ui:fragment rendered="#{userLoginController.ifUserMustChangePassword()}">
                        <h:link outcome="user_change_password" value="#{msg.USER_LOGIN_MUST_CHANGE_PASSWORD}" />