From 8ddab046c44e6f8f95a8b82fc492d7b0407389d1 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 23 Apr 2010 12:12:05 +0000 Subject: Updated longtext/tinymce area extra controls. Moved and updated ecml help link, 'edit/remove editor' link and 'add media' links both moved and improved. Redundant css removed. git-svn-id: http://code.elgg.org/elgg/trunk@5860 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/ecml/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/ecml/start.php') diff --git a/mod/ecml/start.php b/mod/ecml/start.php index f1f282c84..f48aa2d25 100644 --- a/mod/ecml/start.php +++ b/mod/ecml/start.php @@ -39,7 +39,7 @@ function ecml_init() { register_action('ecml/save_permissions', FALSE, dirname(__FILE__) . '/actions/save_permissions.php', TRUE); // show ECML-enabled icon on free-text input areas - elgg_extend_view('input/longtext', 'ecml/input_ext'); + elgg_extend_view('input/longtext', 'ecml/input_ext', 0); elgg_extend_view('input/plaintext', 'ecml/input_ext'); //elgg_extend_view('input/text', 'ecml/input_ext'); -- cgit v1.2.3