Fixed layout issue.
This commit is contained in:
parent
4dee300bf4
commit
eb2a6a860e
3 changed files with 18 additions and 18 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("3.0.0.338")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.338")]
|
||||
[assembly: AssemblyVersion("3.0.0.339")]
|
||||
[assembly: AssemblyFileVersion("3.0.0.339")]
|
||||
|
|
|
@ -587,6 +587,12 @@
|
|||
</div>
|
||||
|
||||
<div id="ConfigAdvancedDiv">
|
||||
<div class="featurecontainer">
|
||||
<h3 class="separator"><asp:Literal ID="lblAdvancedConfig" runat="server"
|
||||
Text="Advanced Configuration" EnableViewState="False"
|
||||
meta:resourcekey="lblAdvancedConfigResource1" /></h3>
|
||||
</div>
|
||||
|
||||
<div class="featurecontainer">
|
||||
<asp:Literal ID="lblUsernameRegEx" Text="Regular Expression for validating username" runat="server" EnableViewState="false"
|
||||
meta:resourcekey="lblUsernameRegExResource1" /><br />
|
||||
|
@ -609,12 +615,6 @@
|
|||
meta:resourcekey="cvPasswordRegExResource1" UpdateAfterCallBack="True" />
|
||||
</div>
|
||||
|
||||
<div class="featurecontainer">
|
||||
<h3 class="separator"><asp:Literal ID="lblAdvancedConfig" runat="server"
|
||||
Text="Advanced Configuration" EnableViewState="False"
|
||||
meta:resourcekey="lblAdvancedConfigResource1" /></h3>
|
||||
</div>
|
||||
|
||||
<div class="featurecontainer">
|
||||
<anthem:CheckBox ID="chkEnableAutomaticUpdateChecks" runat="server"
|
||||
Text="Enable automatic update checks (system and providers)"
|
||||
|
|
18
WebApplication/AdminConfig.aspx.designer.cs
generated
18
WebApplication/AdminConfig.aspx.designer.cs
generated
|
@ -1030,6 +1030,15 @@ namespace ScrewTurn.Wiki {
|
|||
/// </remarks>
|
||||
protected global::Anthem.TextBox txtIpHostFilter;
|
||||
|
||||
/// <summary>
|
||||
/// lblAdvancedConfig control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Literal lblAdvancedConfig;
|
||||
|
||||
/// <summary>
|
||||
/// lblUsernameRegEx control.
|
||||
/// </summary>
|
||||
|
@ -1084,15 +1093,6 @@ namespace ScrewTurn.Wiki {
|
|||
/// </remarks>
|
||||
protected global::Anthem.CustomValidator cvPasswordRegEx;
|
||||
|
||||
/// <summary>
|
||||
/// lblAdvancedConfig control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Literal lblAdvancedConfig;
|
||||
|
||||
/// <summary>
|
||||
/// chkEnableAutomaticUpdateChecks control.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue