Removing unnedded update.ascx file from installer

This commit is contained in:
PerPloug
2011-01-07 10:31:59 -01:00
parent 5d3aeee02f
commit 8baa2db7e7
3 changed files with 0 additions and 44 deletions

View File

@@ -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>

View File

@@ -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) {
}
}
}

View File

@@ -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 {
}
}