From f9faa040fdc1f6b4ee2298a000ceb7ea68a861c1 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 1 Mar 2011 21:19:39 +0000 Subject: tinymce longtext menu item also needed the longtext class git-svn-id: http://code.elgg.org/elgg/trunk@8542 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/tinymce') diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index 29ffa1835..3de517d27 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -20,7 +20,7 @@ function tinymce_longtext_menu($hook, $type, $items, $vars) { $items[] = ElggMenuItem::factory(array( 'name' => 'tinymce_toggler', - 'class' => 'tinymce-toggle-editor', + 'class' => 'tinymce-toggle-editor elgg-longtext-control', 'href' => "javascript:elgg.tinymce.toggleEditor('{$vars['id']}');", 'text' => elgg_echo('tinymce:remove'), )); -- cgit v1.2.3