Cosmetics.

This commit is contained in:
Dario Solera 2010-10-09 07:04:53 +00:00
parent f122dce9ba
commit 9555cbf61b
4 changed files with 4 additions and 13 deletions

View file

@ -104,7 +104,7 @@
</span>
<asp:Label ID="lblNoUpload" runat="server" CssClass="small" Text="<br />Save the page before uploading" meta:resourcekey="lblNoUploadResource1" />
<span id="UploadProgressSpan" style="display: none;"><img src="Images/Wait.gif" alt="Uploading..." /></span>
<asp:Label ID="lblUploadResult" runat="server" AutoUpdateAfterCallBack="True" meta:resourcekey="lblUploadResultResource1" />
<asp:Label ID="lblUploadResult" runat="server" meta:resourcekey="lblUploadResultResource1" />
</div>
<div class="cleanup"></div>

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View file

@ -99,7 +99,7 @@
Display="Dynamic" ControlToValidate="txtTitle" ValidationGroup="nametitle" meta:resourcekey="rfvTitleResource1" />
</div>
<div id="TemplatesDiv" runat="server">
<div id="TemplatesDiv">
<anthem:LinkButton ID="btnTemplates" runat="server" Text="Content Templates..." OnClick="btnTemplates_Click"
AutoUpdateAfterCallBack="True" meta:resourcekey="btnTemplatesResource1" CssClass="small" />

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -292,15 +292,6 @@ namespace ScrewTurn.Wiki {
/// </remarks>
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvTitle;
/// <summary>
/// TemplatesDiv 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.HtmlGenericControl TemplatesDiv;
/// <summary>
/// btnTemplates control.
/// </summary>