Temporary fix for workitem: 30883 - 4.8 beta: Not possible to re-enable disabled users

Added "error" class to the 'sectionValidator' control.
This commit is contained in:
leekelleher
2012-07-09 11:22:45 -01:00
parent a519903516
commit 295a91a762

View File

@@ -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();