summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-10-08 23:55:16 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-10-08 23:55:16 +0000
commit4174e6824639f8ec1bfb0277b4f923e895ac3204 (patch)
treef9f47274960d68969fea7b100cbde35dfe86bdc0 /roundcubemail/program
parent30cded92f63ab6a2289c69a08a0262d837bab812 (diff)
fixed css path
git-svn-id: https://svn.roundcube.net/trunk@360 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/steps/settings/edit_identity.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/edit_identity.inc b/roundcubemail/program/steps/settings/edit_identity.inc
index af9cb26cc..caf3c015a 100644
--- a/roundcubemail/program/steps/settings/edit_identity.inc
+++ b/roundcubemail/program/steps/settings/edit_identity.inc
@@ -47,6 +47,9 @@ function rcube_identity_form($attrib)
$OUTPUT->include_script('tiny_mce/tiny_mce_src.js');
$OUTPUT->add_script("tinyMCE.init({ mode : 'specific_textareas'," .
"apply_source_formatting : true," .
+ "content_css : '\$__skin_path' + '/editor_content.css'," .
+ "popups_css : '\$__skin_path' + '/editor_popups.css'," .
+ "editor_css : '\$__skin_path' + '/editor_ui.css'," .
"theme : 'advanced'," .
"theme_advanced_toolbar_location : 'top'," .
"theme_advanced_toolbar_align : 'left'," .
@@ -137,4 +140,4 @@ if ($_action=='add-identity' && template_exists('addidentity'))
parse_template('addidentity');
parse_template('editidentity');
-?> \ No newline at end of file
+?>