Fixed Mail Account Properties shows domainpointers

This commit is contained in:
robvde 2012-09-28 22:53:16 +04:00
parent aee1203499
commit 078d897bf8
2 changed files with 2 additions and 3 deletions

View file

@ -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" />
&nbsp;@&nbsp; &nbsp;@&nbsp;
<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>

View file

@ -1,7 +1,6 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <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.