From 97336c3cacf250a88c95e6f685b5b78a88f2f1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Thu, 18 Jan 2007 18:00:01 +0000 Subject: [PATCH] applay path #298 from Jose Luis Gordo Romero: sitmgr, api tiny->fck --- phpgwapi/js/fckeditor/egw_integration.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 phpgwapi/js/fckeditor/egw_integration.txt diff --git a/phpgwapi/js/fckeditor/egw_integration.txt b/phpgwapi/js/fckeditor/egw_integration.txt new file mode 100644 index 0000000000..6fe72e44c0 --- /dev/null +++ b/phpgwapi/js/fckeditor/egw_integration.txt @@ -0,0 +1,12 @@ +Changes made to fckeditor to work properly on egroupware + - fckconfig.js + - Added egw_* toolbars + - /editor/filemanager/browser/default/connectors/php/connector.php + - Change hardcoded image dir from Image -> images (to respect the actual behavior in sitemgr) + - editor/filemanager/browser/default/frmresourcetype.html + - Again change Image -> images + - editor/filemanager/browser/default/connectors/php/config.php + - Commented hardcoded Userdir path + - Enable the browser + - editor/filemanager/upload/php/config.php + - Commented hardcoded Userdir path (is disabled by default) \ No newline at end of file