| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <form id="theform" method="post" action="editsection.php"> 2 <table summary="Summary of week" cellpadding="5" class="boxaligncenter"> 3 <tr valign="top"> 4 <td align="right"><p><b><?php print_string("summary") ?>:</b></p> 5 <br /> 6 7 <?php helpbutton("summaries", get_string("helpsummaries"), "moodle", true, true); 8 echo "<br />"; 9 if ($usehtmleditor) { 10 helpbutton("richtext", get_string("helprichtext"), "moodle", true, true); 11 } else { 12 helpbutton("text", get_string("helptext"), "moodle", true, true); 13 } 14 ?> 15 <br /> 16 17 </td> 18 <td> 19 <?php print_textarea($usehtmleditor, 25, 60, 660, 200, "summary", $form->summary); ?> 20 </td> 21 </tr> 22 </table> 23 <div class="singlebutton"> 24 <input type="hidden" name="id" value="<?php echo $form->id ?>" /> 25 <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" /> 26 <input type="submit" value="<?php print_string("savechanges") ?>" /> 27 </div> 28 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |