1 <form id=
"theform" method=
"post" action=
"edit.php">
2 <table cellpadding=
"10" cellspacing=
"0" class=
"generalbox">
5 helpbutton('reading', get_string('helpreading'), 'moodle', true, true);
7 helpbutton('writing', get_string('helpwriting'), 'moodle', true, true);
10 helpbutton('richtext', get_string('helprichtext'), 'moodle', true, true);
12 emoticonhelpbutton('theform', 'text');
17 <tr><td align=
"center">
18 <?php print_textarea($usehtmleditor, 20, 60, 630, 400, "text", $entry->text
); ?>
20 <tr><td align=
"center">
22 print_string('formattexttype');
24 choose_from_menu(format_text_menu(), 'format', $entry->format
, '');
25 helpbutton('textformat', get_string('helpformatting'));
28 <tr><td align=
"center" class=
"generalboxcontent">
29 <input type=
"hidden" name=
"id" value=
"<?php echo $cm->id ?>" />
30 <input type
="submit" value
="<?php print_string('savechanges') ?>" />
31 <input type
="reset" value
="<?php print_string('revert') ?>" />