removing a checkbox that didnt do anything at all.

This commit is contained in:
Claus
2016-09-09 12:49:08 +02:00
parent 7499c9a19c
commit 2eb050e663
2 changed files with 0 additions and 21 deletions

View File

@@ -61,9 +61,6 @@
<cc1:PropertyPanel ID="pp_filename" runat="server" Text="Filename">
<asp:TextBox ID="xsltFileName" runat="server" CssClass="guiInputText"></asp:TextBox>
</cc1:PropertyPanel>
<cc1:PropertyPanel ID="pp_testing" runat="server" Text="Skip testing (ignore errors)">
<asp:CheckBox ID="SkipTesting" runat="server"></asp:CheckBox>
</cc1:PropertyPanel>
</cc1:Pane>
</cc1:TabView>
</asp:Content>

View File

@@ -177,24 +177,6 @@ namespace umbraco.cms.presentation.developer
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox xsltFileName;
/// <summary>
/// pp_testing control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::umbraco.uicontrols.PropertyPanel pp_testing;
/// <summary>
/// SkipTesting 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 SkipTesting;
/// <summary>
/// pp_errorMsg control.
/// </summary>