File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/admin/Users/UserSettings.ascx
<%@ Register TagPrefix="dnn" TagName="SectionHead" Src="~/controls/SectionHeadControl.ascx" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
<%@ Register TagPrefix="dnn" Assembly="DotNetNuke" Namespace="DotNetNuke.UI.WebControls"%>
<%@ Control language="vb" CodeFile="UserSettings.ascx.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Modules.Admin.Users.UserSettings" %>
<table width="450" border="0">
<tr>
<td>
<dnn:sectionhead id="dshProvider" cssclass="Head" runat="server"
text="Provider Settings" section="tblProvider" resourcekey="ProviderSettings"
isexpanded="True" includerule="True" />
<table id="tblProvider" runat="server">
<tr>
<td class="Normal"><asp:label id="lblprovider" runat="server" resourcekey="ProviderSettingsHelp" /></td>
</tr>
<tr>
<td>
<dnn:propertyeditorcontrol id="ProviderSettings" runat="Server"
valuedatafield="PropertyValue" namedatafield="Name"
labelstyle-cssclass="SubHead" helpstyle-cssclass="Help"
editcontrolstyle-cssclass="NormalTextBox" labelwidth="300px"
editcontrolwidth="150px" width="450px"
SortMode="SortOrderAttribute"/>
</td>
</tr>
</table>
</td>
</tr>
<tr><td height="10"></td></tr>
<tr>
<td>
<dnn:sectionhead id="dshPassword" cssclass="Head" runat="server"
text="Password Settings" section="tblPassword" resourcekey="PasswordSettings"
isexpanded="True" includerule="True" />
<table id="tblPassword" runat="server">
<tr>
<td class="Normal"><asp:label id="lblPassword" runat="server" resourcekey="PasswordSettingsHelp" /></td>
</tr>
<tr>
<td>
<dnn:propertyeditorcontrol id="PasswordSettings" runat="Server"
valuedatafield="PropertyValue" namedatafield="Name"
labelstyle-cssclass="SubHead" helpstyle-cssclass="Help"
editcontrolstyle-cssclass="NormalTextBox" labelwidth="300px"
editcontrolwidth="150px" width="450px"
sortmode="SortOrderAttribute"/>
</td>
</tr>
</table>
</td>
</tr>
<tr><td height="10"></td></tr>
<tr>
<td>
<dnn:sectionhead id="Sectionhead1" cssclass="Head" runat="server"
text="User Accounts Settings" section="tblUserAccounts" resourcekey="UserAccounts.Text"
isexpanded="True" includerule="True" />
<table id="tblUserAccounts" runat="server">
<tr>
<td>
<dnn:settingseditorcontrol id=UserSettings runat="Server"
editcontrolwidth="200px" labelwidth="250px" width="450px"
editcontrolstyle-cssclass="NormalTextBox" helpstyle-cssclass="Help"
labelstyle-cssclass="SubHead" editmode="Edit"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<dnn:commandbutton class="CommandButton" id="cmdUpdate" resourcekey="cmdUpdate" runat="server" ImageUrl="~/images/add.gif" />
<dnn:commandbutton class="CommandButton" id="cmdCancel" resourcekey="cmdCancel" runat="server" ImageUrl="~/images/lt.gif" causesvalidation="False" />
</p>