Commit after merge

This commit is contained in:
robvde 2012-08-09 09:06:15 +04:00
commit 6f75325b36
6 changed files with 7 additions and 43 deletions

View file

@ -170,6 +170,7 @@ namespace WebsitePanel.Portal
// bind item to controls
usernameControl.Text = item.Name;
usernameControl.EditMode = true;
foreach (string user in item.Users)
{
ListItem li = dlUsers.Items.FindByValue(user);