|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<?php // $Id: new_message.php 9930 2006-11-10 08:45:40Z evie_em $
|
|
|
|
|
<?php // $Id: new_message.php 9931 2006-11-10 09:09:51Z evie_em $
|
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Dokeos - elearning and course management software |
|
|
|
|
@ -82,7 +82,7 @@ function show_compose_to_any($user_id) |
|
|
|
|
$form = new FormValidator('compose_message'); |
|
|
|
|
$form->addElement('select', 'user_list', get_lang('SendMessageTo'), $online_user_list); |
|
|
|
|
$form->add_textfield('title', get_lang('Title')); |
|
|
|
|
$form->add_html_editor('content', get_lang('MessageContent')); |
|
|
|
|
$form->add_html_editor('content', get_lang('Content')); |
|
|
|
|
$form->addElement('submit', 'compose', get_lang('Ok')); |
|
|
|
|
$form->setDefaults($default); |
|
|
|
|
$form->display(); |
|
|
|
|
|