</tr>
<tr valign=top>
<td><P><?php print_string("availability") ?>:</td>
- <td><?
+ <td><?php
unset($choices);
$choices["0"] = get_string("courseavailablenot");
$choices["1"] = get_string("courseavailable");
</tr>
<tr valign=top>
<td><P><?php print_string("opentoguests") ?>:</td>
- <td><?
+ <td><?php
unset($choices);
$choices["0"] = get_string("guestsno");
$choices["1"] = get_string("guestsyes");
</tr>
<tr valign=top>
<td><P><?php print_string("startdate") ?>:</td>
- <td><?
+ <td><?php
print_date_selector("startday", "startmonth", "startyear", $form->startdate);
helpbutton("coursestartdate", get_string("startdate"));
?></td>
</tr>
<tr valign=top>
<td><P><?php print_string("numberweeks") ?>:</td>
- <td><?
+ <td><?php
for ($i=1; $i<=52; $i++) {
$sectionmenu[$i] = "$i";
}
</tr>
<tr valign=top>
<td><P><?php print_string("showrecent") ?>:</td>
- <td><?
+ <td><?php
unset($choices);
$choices["0"] = get_string("no");
$choices["1"] = get_string("yes");
</tr>
<tr valign=top>
<td><P><?php print_string("showgrades") ?>:</td>
- <td><?
+ <td><?php
unset($choices);
$choices["0"] = get_string("no");
$choices["1"] = get_string("yes");