From 295a91a76226e73080abbfc058e78387dfa6b27f Mon Sep 17 00:00:00 2001 From: leekelleher Date: Mon, 9 Jul 2012 11:22:45 -0100 Subject: [PATCH] Temporary fix for workitem: 30883 - 4.8 beta: Not possible to re-enable disabled users Added "error" class to the 'sectionValidator' control. --- src/umbraco.presentation/umbraco/users/EditUser.aspx.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/umbraco.presentation/umbraco/users/EditUser.aspx.cs b/src/umbraco.presentation/umbraco/users/EditUser.aspx.cs index 9cb33a8903..a8f2256f12 100644 --- a/src/umbraco.presentation/umbraco/users/EditUser.aspx.cs +++ b/src/umbraco.presentation/umbraco/users/EditUser.aspx.cs @@ -178,6 +178,7 @@ namespace umbraco.cms.presentation.user sectionValidator.ServerValidate += new ServerValidateEventHandler(sectionValidator_ServerValidate); sectionValidator.ControlToValidate = lapps.ID; sectionValidator.ErrorMessage = ui.Text("errorHandling", "errorMandatoryWithoutTab", ui.Text("user", "modules", base.getUser()), base.getUser()); + sectionValidator.CssClass = "error"; setupForm(); setupChannel();