hided some tools for fckeditor in messages group - partial CT#190

skala
Cristian Fasanando 15 years ago
parent cb5b393d7d
commit 6ada54c94b
  1. 8
      main/inc/lib/fckeditor/toolbars/default/messages.php
  2. 6
      main/social/message_for_group_form.inc.php

@ -9,15 +9,15 @@
// This is the visible toolbar set when the editor has "normal" size.
$config['ToolbarSets']['Normal'] = array(
array('FitWindow','-','PasteWord','-','Undo','Redo'),
array('Link','Unlink','Anchor'),
array('Link','Unlink'),
array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex'),
array('Table','Smiley'),
array('TextColor','BGColor'),
array('Source'),
'/',
array('FontName','FontSize'),
array('Bold','Italic','Underline'),
array('JustifyLeft','JustifyCenter','-','OrderedList','UnorderedList','-','TextColor','BGColor'),
array('Source')
array('JustifyLeft','JustifyCenter','-','OrderedList','UnorderedList')
);
// This is the visible toolbar set when the editor is maximized.

@ -77,14 +77,14 @@ if (!empty($group_id) && $allowed_action) {
<br /><?php echo api_xml_http_response_encode(get_lang('Message')); ?> :<br />
<?php
$oFCKeditor = new FCKeditor('content') ;
$oFCKeditor->ToolbarSet = 'profile';
$oFCKeditor->ToolbarSet = 'messages';
$oFCKeditor->Width = '100%';
$oFCKeditor->Height = '120';
$oFCKeditor->Height = '130';
$oFCKeditor->Value = $message;
$return = $oFCKeditor->CreateHtml();
echo $return;
?>
<br /><br /><?php echo api_xml_http_response_encode(get_lang('AttachmentFiles')); ?> :<br />
<br /><?php echo api_xml_http_response_encode(get_lang('AttachmentFiles')); ?> :<br />
<span id="filepaths"><div id="filepath_1"><input type="file" name="attach_1" size="20" /></div></span>
<div id="link-more-attach"><a href="javascript://" onclick="return add_image_form()"><?php echo get_lang('AddOneMoreFile') ?></a>&nbsp;(<?php echo api_xml_http_response_encode(sprintf(get_lang('MaximunFileSizeX'),format_file_size(api_get_setting('message_max_upload_filesize')))) ?>)</div>
<br />

Loading…
Cancel
Save