From 5a74f618da7dcda282e3dcff7445b9ef29c53a22 Mon Sep 17 00:00:00 2001 From: pgregorynz Date: Tue, 23 Feb 2010 22:40:12 +0000 Subject: [PATCH] WORK IN PROGRESS, GET STABLE SOURCE FROM DOWNLOAD TAB Fixes issue #26262 Cancel link does not seem to work in the Create Scripting files dialog. [TFS Changeset #64149] --- umbraco/presentation/umbraco/create/DLRScripting.ascx | 2 +- .../presentation/umbraco/create/DLRScripting.ascx.designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/umbraco/presentation/umbraco/create/DLRScripting.ascx b/umbraco/presentation/umbraco/create/DLRScripting.ascx index 29dc3acb6d..9cbd9efb7a 100644 --- a/umbraco/presentation/umbraco/create/DLRScripting.ascx +++ b/umbraco/presentation/umbraco/create/DLRScripting.ascx @@ -27,5 +27,5 @@ Filename (without extension):   <%= umbraco.ui.Text("or") %>   -<%=umbraco.ui.Text("cancel")%> +<%=umbraco.ui.Text("cancel")%> diff --git a/umbraco/presentation/umbraco/create/DLRScripting.ascx.designer.cs b/umbraco/presentation/umbraco/create/DLRScripting.ascx.designer.cs index 6815e9a750..9bf60d56fe 100644 --- a/umbraco/presentation/umbraco/create/DLRScripting.ascx.designer.cs +++ b/umbraco/presentation/umbraco/create/DLRScripting.ascx.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3603 +// Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated.