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]
This commit is contained in:
pgregorynz
2010-02-23 22:40:12 +00:00
parent 6f5e742ea1
commit 5a74f618da
2 changed files with 2 additions and 2 deletions

View File

@@ -27,5 +27,5 @@ Filename (without extension): <asp:RequiredFieldValidator id="RequiredFieldValid
<div style="MARGIN-TOP: 15px;">
<asp:Button id="sbmt" Runat="server" style="MARGIN-TOP: 14px" Width="90" onclick="sbmt_Click"></asp:Button>
&nbsp; <em><%= umbraco.ui.Text("or") %></em> &nbsp;
<a href="#" style="color: blue" onclick="top.closeModal()"><%=umbraco.ui.Text("cancel")%></a>
<a href="#" style="color: blue" onclick="UmbClientMgr.closeModalWindow()"><%=umbraco.ui.Text("cancel")%></a>
</div>

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.