removing a checkbox that didnt do anything at all.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user