if ($primaryadmin->id == $admin->id){
print_spacer(10, 9, false);
} else {
- echo "<a href=\"{$_SERVER['PHP_SELF']}?remove=$admin->id\"
+ echo "<a href=\"admin.php?remove=$admin->id\"
title=\"$strremoveadmin\"><img src=\"../pix/t/right.gif\"
border=0></A>";
}
}
foreach ($users as $user) {
- echo "<p align=left><a href=\"{$_SERVER['PHP_SELF']}?add=$user->id\"".
+ echo "<p align=left><a href=\"admin.php?add=$user->id\"".
"title=\"$straddadmin\"><img src=\"../pix/t/left.gif\"".
"border=0></a> ".fullname($user).", $user->email";
}
}
if ($search or $usercount > MAX_USERS_PER_PAGE) {
- echo "<form action={$_SERVER['PHP_SELF']} method=post>";
+ echo "<form action=admin.php method=post>";
echo "<input type=text name=search size=20>";
echo "<input type=submit value=\"$searchstring\">";
echo "</form>";
foreach ($creators as $creator) {
$creatorarray[] = $creator->id;
echo "<p align=right>".fullname($creator, true).", $creator->email ";
- echo "<a href=\"{$_SERVER['PHP_SELF']}?remove=$creator->id\"
+ echo "<a href=\"creators.php?remove=$creator->id\"
title=\"$strremovecreator\"><img src=\"../pix/t/right.gif\"
border=0></a>";
echo "</p>";
foreach ($users as $user) {
$fullname = fullname($user, TRUE);
- echo "<p align=left><a href=\"{$_SERVER['PHP_SELF']}?add=$user->id\"".
+ echo "<p align=left><a href=\"creators.php?add=$user->id\"".
"title=\"$straddcreator\"><img src=\"../pix/t/left.gif\"".
"border=0></a> $fullname, $user->email";
}
}
if ($search or $usercount > MAX_USERS_PER_PAGE) {
- echo "<form action={$_SERVER['PHP_SELF']} method=post>";
+ echo "<form action=creators.php method=post>";
echo "<input type=text name=search size=20>";
echo "<input type=submit value=\"$searchstring\">";
echo "</form>";
print_header(get_string('calendar', 'calendar').': '.$title, $site->fullname, $nav.' -> '.$title,
$focus, '', true, '', '<p class="logininfo">'.user_login_string($site).'</p>');
+ echo calendar_overlib_html();
+
echo '<table border="0" cellpadding="3" cellspacing="0" width="100%"><tr valign="top">';
echo '<td valign="top" width="100%">';
include('event_edit.html');
print_side_block_end();
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("description");
}
break;
else {
include('event_new.html');
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("description");
}
}
print_side_block_end();
echo '<td style="vertical-align: top; width: 180px;">';
$defaultcourses = calendar_get_default_courses();
- echo calendar_overlib_html();
calendar_set_filters($courses, $groups, $users, $defaultcourses, $defaultcourses);
print_side_block_start(get_string('monthlyview', 'calendar'));
</td>
<td>
<?php
- print_textarea($usehtmleditor, 10, 65, 630, 400, "description", $form->description);
+ print_textarea($usehtmleditor, 20, 65, 630, 300, "description", $form->description);
if (isset($err['description'])) formerr($err['description']);
?>
</td>
</td>
<td>
<?php
- print_textarea($usehtmleditor, 10, 65, 630, 200, "description", $form->description);
+ print_textarea($usehtmleditor, 20, 65, 630, 300, "description", $form->description);
if (isset($err['description'])) formerr($err['description']);
?>
</td>
print_footer($course);
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("summary");
}
exit;
print_simple_box_end();
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("summary");
}
print_footer($course);
include('group-edit.html');
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("description");
}
print_footer();
if (file_exists($modform)) {
+ if ($usehtmleditor = can_use_html_editor()) {
+ $defaultformat = FORMAT_HTML;
+ } else {
+ $defaultformat = FORMAT_MOODLE;
+ }
+
$icon = "<img align=absmiddle height=16 width=16 src=\"$CFG->modpixpath/$module->name/icon.gif\"> ";
print_heading_with_help($pageheading, "mods", $module->name, $icon);
include_once($modform);
print_simple_box_end();
+ if ($usehtmleditor and empty($nohtmleditorneeded)) {
+ use_html_editor();
+ }
+
} else {
notice("This module cannot be added to this course yet! (No file found at: $modform)", "$CFG->wwwroot/course/view.php?id=$course->id");
}
echo "<script language=\"javascript\" type=\"text/javascript\" defer=\"1\">\n";
if (empty($name)) {
- echo "HTMLArea.replaceAll();";
+ echo "HTMLArea.replaceAll();\n";
} else {
- echo "HTMLArea.replace('$name')";
+ echo "HTMLArea.replace('$name');\n";
}
- echo "</script>";
+ echo "</script>\n";
}
<?php
- if ($usehtmleditor = can_use_richtext_editor()) {
- $defaultformat = FORMAT_HTML;
- } else {
- $defaultformat = FORMAT_MOODLE;
- }
if (empty($form->name)) {
$form->name = "";
}
}
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
-<table cellpadding=5>
-<tr valign=top>
+<form name="form" method="post" action="mod.php">
+<table cellpadding="5">
+<tr valign="top">
<td align=right><p><b><?php print_string("assignmentname", "assignment") ?>:</b></p></td>
<td>
<input type="text" name="name" size=60 value="<?php p($form->name) ?>">
</td>
</tr>
-<tr valign=top>
+<tr valign="top">
<td align=right><p><b><?php print_string("description", "assignment") ?>:</b></p>
<font size="1">
<?php
<?php
print_textarea($usehtmleditor, 20, 60, 680, 400, "description", $form->description);
- echo "<p align=right>";
- helpbutton("textformat", get_string("formattexttype"));
- print_string("formattexttype");
- echo ": ";
- if (!$form->format) {
- $form->format = $defaultformat;
+ if ($usehtmleditor) {
+ echo '<input type="hidden" name="format" value="'.FORMAT_HTML.'" />';
+ } else {
+ echo '<p align="right">';
+ helpbutton("textformat", get_string("formattexttype"));
+ print_string("formattexttype");
+ echo ': ';
+ if (!$form->format) {
+ $form->format = $defaultformat;
+ }
+ choose_from_menu(format_text_menu(), "format", $form->format, "");
+ echo '</p>';
}
- choose_from_menu(format_text_menu(), "format", $form->format, "");
- echo "</p>";
?>
</td>
</tr>
-<tr valign=top>
+<tr valign="top">
<td align=right><p><b><?php print_string("assignmenttype", "assignment") ?>:</b></p></td>
<td>
<?php
- require("$CFG->dirroot/mod/assignment/lib.php");
+ require_once("$CFG->dirroot/mod/assignment/lib.php");
asort($ASSIGNMENT_TYPE);
choose_from_menu($ASSIGNMENT_TYPE, "type", $form->type, "");
helpbutton("assignmenttype", get_string("assignmenttype", "assignment"), "assignment");
</table>
<br />
<center>
-<input type="hidden" name=course value="<?php p($form->course) ?>">
-<input type="hidden" name=coursemodule value="<?php p($form->coursemodule) ?>">
-<input type="hidden" name=section value="<?php p($form->section) ?>">
-<input type="hidden" name=module value="<?php p($form->module) ?>">
-<input type="hidden" name=modulename value="<?php p($form->modulename) ?>">
-<input type="hidden" name=instance value="<?php p($form->instance) ?>">
-<input type="hidden" name=mode value="<?php p($form->mode) ?>">
-<input type="submit" value="<?php print_string("savechanges") ?>">
-<input type="submit" name=cancel value="<?php print_string("cancel") ?>">
+<input type="hidden" name=course value="<?php p($form->course) ?>" />
+<input type="hidden" name=coursemodule value="<?php p($form->coursemodule) ?>" />
+<input type="hidden" name=section value="<?php p($form->section) ?>" />
+<input type="hidden" name=module value="<?php p($form->module) ?>" />
+<input type="hidden" name=modulename value="<?php p($form->modulename) ?>" />
+<input type="hidden" name=instance value="<?php p($form->instance) ?>" />
+<input type="hidden" name=mode value="<?php p($form->mode) ?>" />
+<input type="submit" value="<?php print_string("savechanges") ?>" />
+<input type="submit" name=cancel value="<?php print_string("cancel") ?>" />
</center>
</form>
-
-<?php
- if ($usehtmleditor) {
- print_richedit_javascript("form", "description", "yes");
- }
-?>
-
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004040100;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 60;
?>
$attendance->day = make_timestamp($attendance->theyear,
$attendance->themonth, $attendance->theday);
}
+ $attendance->notes = $attendance->name;
$attendance->name=userdate($attendance->day, get_string("strftimedate"));
- if (isset($attendance->notes)) {
- $attendance->name = $attendance->name . " - " . $attendance->notes;
- }
+ if ($attendance->notes) {
+ $attendance->name = $attendance->name . " - " . $attendance->notes;
+ }
$attendance->edited = 0;
if ($attendance->dynsection) {
if ($mod->course) {
$attendance->day = make_timestamp($attendance->theyear,
$attendance->themonth, $attendance->theday);
+ $attendance->notes = $attendance->name;
$attendance->name=userdate($attendance->day, get_string("strftimedate"));
if ($attendance->notes) {
- $attendance->name = $attendance->name . " - " .
- $attendance->notes;
+ $attendance->name = $attendance->name . " - " . $attendance->notes;
}
if ($attendance->dynsection) {
//get info about the course
<!-- RJJ I'm using inline CSS styles for some stuff in this page because I want to centralize -->
<!-- the logic and styles in a single directory -->
<?php @include_once("$CFG->dirroot/mod/attendance/lib.php");
+ $nohtmleditorneeded = true;
//require_once("lib.php")
// error_reporting(E_ALL);
?>
<FORM name="form" method="post" action="<?php echo $ME ?>">
<CENTER>
-<INPUT type="submit" value="<?php print_string("savechanges") ?>">
-<INPUT type="submit" name="cancel" value="<?php print_string("cancel") ?>">
<TABLE cellpadding=5>
<!-- <?php $options[0] = get_string("no"); $options[1] = get_string("yes"); ?> -->
<!-- <TD align=left><?php choose_from_menu($options, "roll", $form->roll, "") ?></td> -->
<!-- </tr> -->
<tr valign=top>
- <td align=right><p><b><?php print_string("notes", "attendance") ?>:</b></p></td>
+ <td align=right><p><b><?php print_string("name") ?>:</b></p></td>
<td colspan="3">
- <input type="text" name="notes" size=60 value="<?php p($form->notes)?>">
+ <input type="text" name="name" size=60 value="<?php p($form->notes)?>">
</td>
</tr>
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004050301; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 3600; // Period for cron to check this module (secs)
?>
$form->studentlogs = 0;
}
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
+<form name="form" method="post" action="mod.php">
<table cellpadding=5>
<tr>
<tr valign=top>
</font>
</td>
<td>
- <textarea name="intro" rows=4 cols=50 wrap="virtual"><?php p($form->intro) ?></textarea>
+ <?php print_textarea($usehtmleditor, 20, 50, 680, 400, "intro", $form->intro); ?>
</td>
</tr>
<tr valign=top>
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004043000; // The (date) version of this module
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 300; // How often should cron check this module (seconds)?
?>
$form->showunanswered = 0;
}
- if ($usehtmleditor = can_use_richtext_editor()) {
- $defaultformat = FORMAT_HTML;
- $onsubmit = "onsubmit=\"copyrichtext(document.form.text);\"";
- } else {
- $defaultformat = FORMAT_MOODLE;
- $onsubmit = "";
- }
-
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
+<form name="form" method="post" action="mod.php">
<table cellpadding=5>
<?php
print_textarea($usehtmleditor, 20, 60, 680, 400, "text", $form->text);
- echo "<p align=right>";
- helpbutton("textformat", get_string("formattexttype"));
- print_string("formattexttype");
- echo ": ";
- if (!$form->format) {
- $form->format = $defaultformat;
+ if ($usehtmleditor) {
+ echo '<input type="hidden" name="format" value="'.FORMAT_HTML.'" />';
+ } else {
+ echo "<p align=right>";
+ helpbutton("textformat", get_string("formattexttype"));
+ print_string("formattexttype");
+ echo ": ";
+ if (!$form->format) {
+ $form->format = $defaultformat;
+ }
+ choose_from_menu(format_text_menu(), "format", $form->format, "");
+ echo "</p>";
}
- choose_from_menu(format_text_menu(), "format", $form->format, "");
- echo "</p>";
?>
</td>
</tr>
<input type="submit" name=cancel value="<?php print_string("cancel") ?>">
</center>
</form>
-
-<?php
- if ($usehtmleditor) {
- print_richedit_javascript("form", "text", "yes");
- }
-?>
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004021700;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 0;
?>
<?php
- // set the defaults...
- if ($usehtmleditor = can_use_richtext_editor()) {
- $defaultformat = FORMAT_HTML;
- $onsubmit = "onsubmit=\"copyrichtext(document.form.description);\"";
- } else {
- $defaultformat = FORMAT_MOODLE;
- $onsubmit = "";
- }
- // ...and fill the form if needed
if (!isset($form->name)) {
$form->name = "";
}
print_heading_with_help(get_string("furtherinformation", "dialogue"), "info", "dialogue");
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
+<form name="form" method="post" action="mod.php">
<table cellpadding=5>
<tr valign=top>
<td align=right><p><b><?php print_string("dialoguename", "dialogue") ?>:</b></p></td>
</TD>
<td>
- <textarea name="intro" rows=15 cols=30 wrap="virtual"><?php p($form->intro) ?></textarea>
+ <?php print_textarea($usehtmleditor, 20, 50, 680, 400, "intro", $form->intro); ?>
</td>
</tr>
<tr valign=top>
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004013101;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 60;
?>
if (empty($form->deadline)) {
$form->deadline = "";
}
+
+ $nohtmleditorneeded = true;
?>
<form name="form" method="post" action="mod.php">
$grades[$i] = $i;
}
choose_from_menu($grades, "grade", "$form->grade", "");
- helpbutton("grade", get_string("maximumgrade", "exercise"), "exercise");
+ helpbutton("grade", get_string("maximumgrade", "exercise"), "exercise");
?>
</td>
</tr>
$numbers[$i] = $i;
}
choose_from_menu($numbers, "nelements", "$form->nelements", "");
- helpbutton("nelements", get_string("numberofassessmentelements", "exercise"), "exercise");
+ helpbutton("nelements", get_string("numberofassessmentelements", "exercise"), "exercise");
?>
</td>
</tr>
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004013101;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 60;
?>
$form->rssarticles = 0;
}
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
+<form name="form" method="post" action="mod.php">
<table cellpadding=5>
<tr>
<tr valign=top>
</font>
</td>
<td>
- <textarea name="intro" rows=4 cols=50 wrap="virtual"><?php p($form->intro) ?></textarea>
+ <?php print_textarea($usehtmleditor, 20, 50, 680, 400, "intro", $form->intro); ?>
</td>
</tr>
print_simple_box_end();
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("message");
}
print_footer($course);
include("comment.html");
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("text");
}
}
}
<?PHP // $Id$
-global $CFG;
-
if (!isset($form->studentcanpost)) {
$form->studentcanpost = $CFG->glossary_studentspost;
}
</font>
</td>
<td>
- <textarea name="intro" rows=5 cols=50 wrap="virtual"><?php p($form->intro) ?></textarea>
+ <?php print_textarea($usehtmleditor, 20, 50, 680, 400, "intro", $form->intro); ?>
</td>
</tr>
<TR valign=top>
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004051400; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2004050300; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)
$release = "0.5 development"; // User-friendly version number
include("edit.html");
if ($usehtmleditor) {
- use_html_editor();
+ use_html_editor("text");
}
print_footer($course);
<?php
- if ($usehtmleditor = can_use_richtext_editor()) {
- $defaultformat = FORMAT_HTML;
- } else {
- $defaultformat = FORMAT_MOODLE;
- }
-
if (!isset($form->name)) {
$form->name = "";
}
}
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
+<form name="form" method="post" action="mod.php">
<table cellpadding=5>
<tr valign=top>
<td align=right><p><b><?php print_string("journalname", "journal") ?>:</b></p></td>
<?php
print_textarea($usehtmleditor, 20, 60, 680, 400, "intro", $form->intro);
- echo "<p align=right>";
- helpbutton("textformat", get_string("formattexttype"));
- print_string("formattexttype");
- echo ": ";
- if (!$form->introformat) {
- $form->introformat = $defaultformat;
+ if ($usehtmleditor) {
+ echo '<input type="hidden" name="format" value="'.FORMAT_HTML.'" />';
+ } else {
+ echo "<p align=right>";
+ helpbutton("textformat", get_string("formattexttype"));
+ print_string("formattexttype");
+ echo ": ";
+ if (!$form->introformat) {
+ $form->introformat = $defaultformat;
+ }
+ choose_from_menu(format_text_menu(), "introformat", $form->introformat, "");
+ echo "</p>";
}
- choose_from_menu(format_text_menu(), "introformat", $form->introformat, "");
- echo "</p>";
?>
</td>
</tr>
<input type="submit" name=cancel value="<?php print_string("cancel") ?>">
</form>
</center>
-
-
-<?php
- if ($usehtmleditor) {
- print_richedit_javascript("form", "intro", "yes");
- }
-?>
-
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004020500;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 60;
?>
<!-- This page defines the form to create or edit an instance of this module -->
<!-- It is used from /course/mod.php. The whole instance is available as $form. -->
-<?php
- if ($usehtmleditor = can_use_html_editor()) {
- $defaultformat = FORMAT_HTML;
- } else {
- $defaultformat = FORMAT_MOODLE;
- }
-?>
-
<form name="form" method="post" action="mod.php">
<center>
<table cellpadding=5>
<input type="submit" value="<?php print_string("savechanges") ?>">
</center>
</form>
-
-<?php
- if ($usehtmleditor) {
- use_html_editor();
- }
-?>
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004021900; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)
?>
<!-- It is used from /course/mod.php. The whole instance is available as $form. -->
<?php
-require("$CFG->dirroot/mod/lesson/lib.php"); // for parameter array
+ require_once("$CFG->dirroot/mod/lesson/lib.php"); // for parameter array
+ $nohtmleditorneeded = true;
// set the defaults
if (empty($form->name)) {
if (!isset($form->deadline)) {
$form->deadline = 0;
}
+
?>
<FORM name="form" method="post" action="<?php echo $ME ?>">
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004032700; // The current module version (Date: YYYYMMDDXX)
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)
?>
</td>
</tr>
<tr valign=top>
- <td align=right><p><b><?php print_string("introduction", "quiz") ?>:</b></p></td>
+ <td align=right><p><b><?php print_string("introduction", "quiz") ?>:</b></p>
+ <br />
+ <font size="1">
+ <?php
+ if ($usehtmleditor) {
+ helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
+ } else {
+ helpbutton("text", get_string("helptext"), "moodle", true, true);
+ echo '<br />';
+ emoticonhelpbutton("form", "description");
+ echo '<br />';
+ }
+ ?>
+ <br />
+ </font>
+ </td>
<td>
- <textarea name="intro" rows=4 cols=50 wrap="virtual"><?php p($form->intro) ?></textarea>
<?php
- helpbutton("text", get_string("helptext"));
+ print_textarea($usehtmleditor, 20, 50, 680, 400, "intro", $form->intro);
?>
</td>
</tr>
$user_resps = qr_quiz_responses($thisquizid);
// //print_object($user_resps);
foreach($user_resps as $thiskey => $thisresp){
- $userdata[$thisresp->userid][$thisresp->attemptno]['response'][$thisresp->question]=$thisresp->answer;
+ $userdata[$thisresp->userid][$thisresp->attemptno]['response'][$thisresp->question]=s($thisresp->answer);
$userdata[$thisresp->userid][$thisresp->attemptno]['grade']=$thisresp->sumgrades;
$userdata[$thisresp->userid][$thisresp->attemptno]['name']=fullname($thisresp);
$userdata[$thisresp->userid][$thisresp->attemptno]['attemptid']=$thisresp->aid;
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004060200; // The (date) version of this module
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?
?>
</form>
<?php
if ($usehtmleditor and $form->type == HTML) {
- use_html_editor();
+ use_html_editor("alltext");
}
print_simple_box_end();
print_footer($course);
if (empty($form->alltext)) {
$form->alltext = "";
}
+ $nohtmleditorneeded = true;
?>
</font>
</td>
<td>
- <textarea name="summary" rows=5 cols=50 wrap="virtual"><?php p($form->summary) ?></textarea>
+ <?php print_textarea(false, 7, 50, 680, 400, "summary", $form->summary); ?>
</td>
</tr>
</table>
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004013101;
-$module->requires = 2004051600; // Requires this Moodle version
+$module->requires = 2004052501; // Requires this Moodle version
$module->cron = 0;
?>
</font>
</td>
<td>
- <textarea name="summary" rows=5 cols=50 wrap="virtual"><?php p($form->summary) ?></textarea>
+ <?php print_textarea($usehtmleditor, 20, 50, 680, 400, "summary", $form->summary); ?>
</td>
</tr>
<tr valign=top>
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2004040900; // The (date) version of this module
+$module->requires = 2004051600; // The version of Moodle that is required
$module->cron = 0; // How often should cron check this module (seconds)?
?>
if (!isset($form->intro)) {
$form->intro = "";
}
+ $nohtmleditorneeded = true;
?>
<form name="form" method="post" action="../mod/survey/details.php">
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004021900;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004051600; // Requires this Moodle version
$module->cron = 0;
?>
<?php
- // set the defaults...
- if ($usehtmleditor = can_use_richtext_editor()) {
- $defaultformat = FORMAT_HTML;
- $onsubmit = "onsubmit=\"copyrichtext(document.form.description);\"";
- } else {
- $defaultformat = FORMAT_MOODLE;
- $onsubmit = "";
- }
// ...and fill the form if needed
if (empty($form->name)) {
$form->name = "";
}
?>
-<form name="form" method="post" <?php echo $onsubmit ?> action="mod.php">
+<form name="form" method="post" action="mod.php">
<table cellpadding=5>
<tr valign=top>
<td align=right><P><B><?php print_string("title", "workshop") ?>:</B></P></TD>
</td>
</tr>
<tr valign=top>
- <td align=right><P><B><?php print_string("description", "workshop") ?>:</B></P></TD>
+ <td align=right><p><b><?php print_string("description", "workshop") ?>:</b></p>
+ <font size="1">
+ <?php
+ helpbutton("writing", get_string("helpwriting"), "moodle", true, true);
+ echo "<br />";
+ if ($usehtmleditor) {
+ helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
+ } else {
+ helpbutton("text", get_string("helptext"), "moodle", true, true);
+ echo "<br />";
+ emoticonhelpbutton("form", "description", "moodle", true, true);
+ echo "<br />";
+ }
+ ?>
+ <br />
+ </font>
<td>
<?php
print_textarea($usehtmleditor, 20, 60, 595, 400, "description", $form->description);
- if ($usehtmleditor) {
- helpbutton("richtext", get_string("helprichtext"));
- } else {
- helpbutton("text", get_string("helptext"));
- }
- echo "<P align=right>";
- print_string("formattexttype");
- echo ": ";
- if (!$form->format) {
- $form->format = $defaultformat;
+ if ($usehtmleditor) {
+ echo '<input type="hidden" name="format" value="'.FORMAT_HTML.'" />';
+ } else {
+ echo '<p align="right">';
+ helpbutton("textformat", get_string("formattexttype"));
+ print_string("formattexttype");
+ echo ': ';
+ if (!$form->format) {
+ $form->format = $defaultformat;
+ }
+ choose_from_menu(format_text_menu(), "format", $form->format, "");
+ echo '</p>';
}
- choose_from_menu(format_text_menu(), "format", $form->format, "");
- helpbutton("textformat", get_string("formattexttype"));
- echo "</P>";
?>
</td>
</tr>
</CENTER>
</FORM>
-
-<?php
- if ($usehtmleditor) {
- print_richedit_javascript("form", "description", "no");
- }
-?>
-
////////////////////////////////////////////////////////////////////////////////
$module->version = 2004052100;
-$module->requires = 2004013101; // Requires this Moodle version
+$module->requires = 2004051600; // Requires this Moodle version
$module->cron = 60;
?>
-<?PHP //$Id
+<?PHP //$Id$
//This file returns the required rss feeds
//The URL format MUST include:
// course: the course id
$release = "1.4 development"; // User-friendly version number
-
?>