]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
don't extend input fields yet with ecml as it is not designed as an end user tool
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Jun 2010 13:09:29 +0000 (13:09 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 7 Jun 2010 13:09:29 +0000 (13:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6376 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/ecml/start.php

index d2adeca631706e543ab052e6edfd4959f08af4b5..598af0185f7e42c0854f1445dbff34b1c4c4eef6 100644 (file)
@@ -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.