Removed setup instructions tab from Users properties, the setup instruction
are provided within the mailbox properties. Added another column to the mailbox tab for better screen alignment
This commit is contained in:
parent
694087e84c
commit
478d269e2a
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<td>
|
||||
|
||||
<asp:DataList ID="dlTabs" runat="server" RepeatDirection="Horizontal"
|
||||
RepeatLayout="Flow" EnableViewState="false" RepeatColumns="6" ItemStyle-Height="28px" SeparatorStyle-CssClass="Separator" SeparatorStyle-Height="22px" >
|
||||
RepeatLayout="Flow" EnableViewState="false" RepeatColumns="7" ItemStyle-Height="28px" SeparatorStyle-CssClass="Separator" SeparatorStyle-Height="22px" >
|
||||
<ItemStyle Wrap="False" />
|
||||
<ItemTemplate >
|
||||
<asp:HyperLink ID="lnkTab" runat="server" CssClass="Tab" NavigateUrl='<%# Eval("Url") %>'>
|
||||
|
|
|
@ -50,7 +50,7 @@ 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"));
|
||||
//tabsList.Add(CreateTab("organization_user_setup", "Tab.Setup"));
|
||||
|
||||
// find selected menu item
|
||||
int idx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue