Readded the organization user summary tab

This commit is contained in:
robvde 2012-10-30 09:11:35 +04:00
parent 8c25023394
commit 14dfe450ff
2 changed files with 15 additions and 4 deletions

View file

@ -50,7 +50,10 @@ namespace WebsitePanel.Portal.ExchangeServer.UserControls
{
List<Tab> tabsList = new List<Tab>();
tabsList.Add(CreateTab("edit_user", "Tab.General"));
//tabsList.Add(CreateTab("organization_user_setup", "Tab.Setup"));
string instructions = ES.Services.Organizations.GetOrganizationUserSummuryLetter(PanelRequest.ItemID, PanelRequest.AccountID, false, false, false);
if (!string.IsNullOrEmpty(instructions))
tabsList.Add(CreateTab("organization_user_setup", "Tab.Setup"));
// find selected menu item
int idx = 0;