@@ -1,2 +1,2 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ProgressBar.ascx.cs" Inherits="umbraco.presentation.umbraco.controls.ProgressBar" %>
|
||||
<img src="<%#umbraco.IO.SystemDirectories.Umbraco_client%>/images/progressBar.gif" runat="server" id="ImgBar" alt="<%#umbraco.ui.Text("publish", "inProgress", null)%>" /><br />
|
||||
<img src='<%#umbraco.IO.SystemDirectories.Umbraco_client%>/images/progressBar.gif' id="ImgBar" alt='<%#umbraco.ui.Text("publish", "inProgress", null)%>' /><br />
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4927
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -12,14 +11,5 @@ namespace umbraco.presentation.umbraco.controls {
|
||||
|
||||
|
||||
public partial class ProgressBar {
|
||||
|
||||
/// <summary>
|
||||
/// ImgBar control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlImage ImgBar;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user