Added check "Enterprise Voice Allowed" quota.

In page "Add/Edit Phone numbers" shows only the servers that have a lync service configured.
Fix to set focus on the search box when you go to the home page of the panel.
This commit is contained in:
dev_amdtel 2013-09-04 20:16:48 +04:00
parent f11d00d4fa
commit 6f67c2b52b
8 changed files with 98 additions and 55 deletions

View file

@ -79,5 +79,11 @@ namespace WebsitePanel.Portal
{
ddlFilterColumn.Items.Add(new ListItem(columnTitle, columnName));
}
public override void Focus()
{
base.Focus();
txtFilterValue.Focus();
}
}
}