//295jseditor
// The default JS HTML editor.
$_prefs['jseditor'] = array(  
    'value' => 'xinha',
    'locked' => false, 
    'shared' => false, 
    'type' => 'enum',  
    // To use 'fckeditor', you must have Horde 3.2 or greater installed.
    'enum' => array('fckeditor' => _("FCKeditor"),
                    'xinha' => _("Xinha")),
    'desc' => _("The javascript editor to use on the compose page.")
);

