Merge
This commit is contained in:
commit
37f701b17d
2 changed files with 8 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue