Fixed and closed #367: image Edit buttons now work in any namespace.
This commit is contained in:
parent
980056c487
commit
99ef640d48
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.4016
|
// Runtime Version:2.0.50727.4927
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
function OpenPopupImageEditor(file) {
|
function OpenPopupImageEditor(file) {
|
||||||
var settings = "center=yes,resizable=yes,dialog,status=no,scrollbars=no,width=560,height=400";
|
var settings = "center=yes,resizable=yes,dialog,status=no,scrollbars=no,width=560,height=400";
|
||||||
window.open(CurrentNamespace + "ImageEditor.aspx?File=" + file, "Popup", settings);
|
window.open(CurrentNamespace + (CurrentNamespace != "" ? "." : "") + "ImageEditor.aspx?File=" + file, "Popup", settings);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// -->
|
// -->
|
||||||
|
|
2
WebApplication/FileManager.ascx.designer.cs
generated
2
WebApplication/FileManager.ascx.designer.cs
generated
|
@ -1,7 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.4016
|
// Runtime Version:2.0.50727.4927
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue