Fixed Mail Account Properties shows domainpointers
This commit is contained in:
parent
aee1203499
commit
078d897bf8
2 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
<td id="EditEmailPanel" runat="server">
|
<td id="EditEmailPanel" runat="server">
|
||||||
<uc2:UsernameControl ID="txtName" runat="server" width="120px" />
|
<uc2:UsernameControl ID="txtName" runat="server" width="120px" />
|
||||||
@
|
@
|
||||||
<dnc:SelectDomain id="domainsSelectDomainControl" runat="server" HideDomainPointers="false"></dnc:SelectDomain>
|
<dnc:SelectDomain id="domainsSelectDomainControl" runat="server" HideDomainPointers="true"></dnc:SelectDomain>
|
||||||
</td>
|
</td>
|
||||||
<td id="DisplayEmailPanel" runat="server">
|
<td id="DisplayEmailPanel" runat="server">
|
||||||
<asp:Label ID="litName" Runat="server" Visible="False" CssClass="Huge"></asp:Label>
|
<asp:Label ID="litName" Runat="server" Visible="False" CssClass="Huge"></asp:Label>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.3074
|
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue