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:
parent
f11d00d4fa
commit
6f67c2b52b
8 changed files with 98 additions and 55 deletions
|
@ -79,5 +79,11 @@ namespace WebsitePanel.Portal
|
|||
{
|
||||
ddlFilterColumn.Items.Add(new ListItem(columnTitle, columnName));
|
||||
}
|
||||
|
||||
public override void Focus()
|
||||
{
|
||||
base.Focus();
|
||||
txtFilterValue.Focus();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue