From: dave Date: Mon, 7 Jun 2010 13:09:29 +0000 (+0000) Subject: don't extend input fields yet with ecml as it is not designed as an end user tool X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d79bd5bb5097e5457ad40a65de953f8b1a82234;p=lorea%2Felgg.git don't extend input fields yet with ecml as it is not designed as an end user tool git-svn-id: http://code.elgg.org/elgg/trunk@6376 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/mod/ecml/start.php b/mod/ecml/start.php index d2adeca63..598af0185 100644 --- a/mod/ecml/start.php +++ b/mod/ecml/start.php @@ -39,8 +39,8 @@ function ecml_init() { register_action('settings/ecml/save', 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', 0); - elgg_extend_view('input/plaintext', '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'); // add parsing for core views.