Changeset 5322 for trunk/filemanager


Ignore:
Timestamp:
01/06/12 15:57:33 (12 years ago)
Author:
niltonneto
Message:

Ticket #663 - Alterado caminho do CKEditor para utilizar lib da API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/inc/class.uifilemanager.inc.php

    r5038 r5322  
    934934                } 
    935935 
    936                 if ($this->filename && $this->bo->vfs->file_exists(array( 
     936                if ($this->filename)/* && $this->bo->vfs->file_exists(array( 
    937937                                                'string' => $this->filename, 
    938938                                                'relatives' => array(RELATIVE_ALL) 
    939                                   ))) { 
     939                                  ))) */{ 
    940940                        if ($this->edit_file) { 
    941941                                $content = stripslashes($this->edit_file_content); 
     
    960960 
    961961                        if ($mime_type == 'text/html') { 
    962                                 $vars[fck_edit] = '<script type="text/javascript" src="filemanager/tp/ckeditor/ckeditor.js"></script> 
     962                                $vars[fck_edit] = '<script type="text/javascript" src="./library/ckeditor/ckeditor.js"></script> 
    963963                                        <textarea cols="80" id="edit_file_content" name="edit_file_content" rows="10">' . $content . '</textarea> 
    964964                                                <script type="text/javascript"> CKEDITOR.replace( \'edit_file_content\',{ 
Note: See TracChangeset for help on using the changeset viewer.