'; echo ' '; } //echo api_xml_http_response_encode(get_lang('Description')).' : '; $oFCKeditor = new FCKeditor('content'); $oFCKeditor->ToolbarSet = 'messages'; $oFCKeditor->Width = '95%'; $oFCKeditor->Height = $height; $oFCKeditor->Value = $message; $return = $oFCKeditor->CreateHtml(); echo $return; if ($allowed_action == 'add_message_group') { echo ' * ' . get_lang(
'FieldRequired'
) . ' ';
}
?>
: |