| | |
| | | |
| | | $OUTPUT->include_script('tiny_mce/tiny_mce.js'); |
| | | $OUTPUT->include_script("editor.js"); |
| | | $OUTPUT->add_script('rcmail_editor_init($__skin_path);'); |
| | | $OUTPUT->add_script('rcmail_editor_init("$__skin_path");'); |
| | | |
| | | $out = $form_start ? "$form_start\n" : ''; |
| | | |
| | |
| | | "<tr><th align=\"right\" nowrap=\"nowrap\" valign=\"baseline\">From: </th><td>%s</td></tr>" . |
| | | "<tr><th align=\"right\" nowrap=\"nowrap\" valign=\"baseline\">To: </th><td>%s</td></tr>" . |
| | | "</tbody></table><br>", |
| | | $MESSAGE['subject'], |
| | | $MESSAGE['headers']->date, |
| | | $IMAP->decode_header($MESSAGE['headers']->from), |
| | | $IMAP->decode_header($MESSAGE['headers']->to)); |
| | | rep_specialchars_output($MESSAGE['subject']), |
| | | rep_specialchars_output($MESSAGE['headers']->date), |
| | | rep_specialchars_output($IMAP->decode_header($MESSAGE['headers']->from)), |
| | | rep_specialchars_output($IMAP->decode_header($MESSAGE['headers']->to))); |
| | | } |
| | | |
| | | // add attachments |