Fix merge issue
This commit is contained in:
@@ -101,9 +101,16 @@ namespace Umbraco.Web.UI.Install.Steps {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox DatabaseName;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DatabaseIntegratedSecurity 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.CheckBox DatabaseIntegratedSecurity;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DatabaseUsernameItem control.
|
||||
/// </summary>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="c#" AutoEventWireup="True" CodeBehind="database.ascx.cs" Inherits="Umbraco.Web.UI.Install.Steps.Database"
|
||||
<%@ Control Language="c#" AutoEventWireup="True" CodeBehind="database.ascx.cs" Inherits="Umbraco.Web.UI.Install.Steps.Database" %>
|
||||
<%@ Import Namespace="Umbraco.Core.Configuration" %>
|
||||
|
||||
<asp:PlaceHolder ID="settings" runat="server" Visible="true">
|
||||
|
||||
Reference in New Issue
Block a user