Fix javascript error for missing onclick handler

This commit is contained in:
james 2009-03-19 19:15:35 +00:00
parent 666f4ce720
commit 03f1bf3299

View File

@ -103,7 +103,7 @@ else
{
echo "<tr><td rowspan=\"2\">";
$ch = (in_array($r->id,$spawards)) ? "checked=\"checked\"" : "";
echo "<input onclick=\"checkboxclicked(this)\" $ch type=\"checkbox\" name=\"spaward[]\" value=\"{$r->id}\" />";
echo "<input $ch type=\"checkbox\" name=\"spaward[]\" value=\"{$r->id}\" />";
echo "</td><td>";
echo "<b>{$r->name}</b> ($r->organization)";
echo "</td></tr>";