Changeset 1203

Show
Ignore:
Timestamp:
2007-12-13 19:35:33 (2 years ago)
Author:
fredck
Message:

For #79 and #1626 : Added the config.ascx file to the File Browser, in conformance with the FCKeditor.Net update introduced with [1202].

Location:
FCKeditor/trunk/editor/filemanager/connectors/aspx
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/connectors/aspx/connector.aspx

    r413 r1203  
    1 <%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %> 
     1<%@ Page Language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowser.Connector" AutoEventWireup="false" %> 
     2<%@ Register Src="config.ascx" TagName="Config" TagPrefix="FCKeditor" %> 
    23<%-- 
    34 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     
    2930 * http://www.fckeditor.net 
    3031--%> 
     32<FCKeditor:Config id="Config" runat="server"></FCKeditor:Config> 
  • FCKeditor/trunk/editor/filemanager/connectors/aspx/upload.aspx

    r413 r1203  
    1 <%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %> 
     1<%@ Page Language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowser.Uploader" AutoEventWireup="false" %> 
     2<%@ Register Src="config.ascx" TagName="Config" TagPrefix="FCKeditor" %> 
    23<%-- 
    34 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     
    2930 * http://www.fckeditor.net 
    3031--%> 
     32<FCKeditor:Config id="Config" runat="server"></FCKeditor:Config>