mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
handle/fix missed ckeditor3 calls
This commit is contained in:
parent
d226d759cd
commit
d4d2096a39
@ -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');
|
||||||
|
@ -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;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user