Removing unnedded update.ascx file from installer
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="upgrade.ascx.cs" Inherits="umbraco.presentation.install.steps.upgrade" %>
|
||||
|
||||
<div style="text-align: center; padding: 55px;">
|
||||
<img src="../umbraco_client/installer/images/logo.png" align="middle" title="Umbraco logo" alt="Umbraco logo" />
|
||||
<h1>Upgrading Umbraco</h1>
|
||||
|
||||
<p>
|
||||
Welcome to the umbraco upgrade wizard. This will make sure that you upgrade safely from your old version to <strong>Umbraco version <%=umbraco.GlobalSettings.CurrentVersion %></strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
As this is an upgrade, <strong>the wizard might skip steps</strong> that are only needed for new umbraco installations. It might also ask you questions you've already answered once. But do not worry,
|
||||
everything is in order. Click <strong>next</strong> below to begin your upgrade.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace umbraco.presentation.install.steps {
|
||||
public partial class upgrade : System.Web.UI.UserControl {
|
||||
protected void Page_Load(object sender, EventArgs e) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace umbraco.presentation.install.steps {
|
||||
|
||||
|
||||
public partial class upgrade {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user