handle/fix missed ckeditor3 calls

This commit is contained in:
Klaus Leithoff 2013-03-15 11:50:48 +00:00
parent d226d759cd
commit d4d2096a39
2 changed files with 18 additions and 18 deletions

View File

@ -35,7 +35,7 @@
$GLOBALS['egw']->redirect_link('/admin/index.php'); $GLOBALS['egw']->redirect_link('/admin/index.php');
} }
egw_framework::validate_file('ckeditor3','ckeditor','phpgwapi'); egw_framework::validate_file('ckeditor','ckeditor','phpgwapi');
$GLOBALS['egw']->template->set_file(array('message' => 'mainscreen_message.tpl')); $GLOBALS['egw']->template->set_file(array('message' => 'mainscreen_message.tpl'));
$GLOBALS['egw']->template->set_block('message','form','form'); $GLOBALS['egw']->template->set_block('message','form','form');

View File

@ -15,9 +15,9 @@
/*egw:uses /*egw:uses
jsapi.jsapi; // Needed for egw_seperateJavaScript jsapi.jsapi; // Needed for egw_seperateJavaScript
jquery.jquery; jquery.jquery;
/phpgwapi/js/ckeditor3/ckeditor.js; /phpgwapi/js/ckeditor/ckeditor.js;
/phpgwapi/js/ckeditor3/config.js; /phpgwapi/js/ckeditor/config.js;
/phpgwapi/js/ckeditor3/adapters/jquery.js; /phpgwapi/js/ckeditor/adapters/jquery.js;
et2_core_baseWidget; et2_core_baseWidget;
*/ */