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:
robvde 2012-09-03 07:27:58 +04:00
parent 694087e84c
commit 478d269e2a
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<td> <td>
<asp:DataList ID="dlTabs" runat="server" RepeatDirection="Horizontal" <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" /> <ItemStyle Wrap="False" />
<ItemTemplate > <ItemTemplate >
<asp:HyperLink ID="lnkTab" runat="server" CssClass="Tab" NavigateUrl='<%# Eval("Url") %>'> <asp:HyperLink ID="lnkTab" runat="server" CssClass="Tab" NavigateUrl='<%# Eval("Url") %>'>

View file

@ -50,7 +50,7 @@ namespace WebsitePanel.Portal.ExchangeServer.UserControls
{ {
List<Tab> tabsList = new List<Tab>(); List<Tab> tabsList = new List<Tab>();
tabsList.Add(CreateTab("edit_user", "Tab.General")); 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 // find selected menu item
int idx = 0; int idx = 0;