Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir

This commit is contained in:
Aleksander Machniak
2014-06-04 18:42:57 +02:00
parent 354c7d3c6c
commit c5bfe69e21
11 changed files with 122 additions and 212 deletions

View File

@@ -1795,8 +1795,9 @@ class rcmail extends rcube
'spelldict' => intval($this->config->get('spellcheck_dictionary'))
);
$this->output->add_label('selectimage', 'addimage');
$this->output->add_label('selectimage', 'addimage', 'selectmedia', 'addmedia');
$this->output->set_env('editor_config', $config);
$this->output->include_css('program/js/tinymce/roundcube/browser.css');
$this->output->include_script('tinymce/tinymce.min.js');
$this->output->include_script('editor.js');
}