This commit is contained in:
Virtuworks 2012-09-25 22:57:55 -04:00
commit 37f701b17d
2 changed files with 8 additions and 1 deletions

View file

@ -43,6 +43,13 @@ namespace WebsitePanel.Portal
if (PortalUtils.GetHideDemoCheckbox()) rowDemo.Visible = false;
}
if (PanelSecurity.LoggedUser.Role == UserRole.User)
{
txtSubscriberNumber.ReadOnly = true;
}
}
private void BindUser()