Make the Medical alert field only be shown if the system is set to collect personal information about the students.

This commit is contained in:
james 2006-02-10 16:32:04 +00:00
parent 6cbfa42951
commit eae0ebde0c

View File

@ -336,11 +336,14 @@ else
echo "</tr>";
}
if($config['participant_student_personal']=="yes")
{
echo "<tr>\n";
echo "<td>".i18n("Medical Alert Info")."</td><td colspan=\"3\">";
echo "<input name=\"medicalalert[$x]\" type=\"text\" size=\"50\" value=\"$studentinfo->medicalalert\" />";
echo "</td>";
echo "</tr>\n";
}
if($config['participant_student_foodreq']=="yes")
{