[svn r22360] FS#2867 - The online editor: Switching the Image Manager to use the editor's dialog system, for testing purposes. This is a unfinished work, visual corrections will follow.

skala
Ivan Tcholakov 17 years ago
parent d864173a42
commit 66c53f0ec5
  1. 2
      main/inc/lib/fckeditor/myconfig.php

@ -102,7 +102,7 @@ if (!(api_get_setting('advanced_filemanager') == 'true')) {
// The following setting defines how the simple file manager to be opened:
// true - in a new browser window, or
// false - as a dialog whithin the page (recommended).
$config['OpenImageManagerInANewWindow'] = true; // true while developing this feature.
$config['OpenImageManagerInANewWindow'] = false;
}
// fckEmbedMovies : Adds a dilog for inserting video files.

Loading…
Cancel
Save