forked from science-ation/science-ation
Capture student cell for emergencies
This commit is contained in:
parent
17175d8209
commit
a8d4e5f2df
@ -181,7 +181,7 @@ while ($sr = $sq->fetch(PDO::FETCH_OBJ)) {
|
||||
echo "</tr>\n";
|
||||
echo '<tr>';
|
||||
echo ' <td>' . i18n('Phone 3') . ": </td><td><input type=\"text\" name=\"phone3[$id]\" size=\"20\" value=\"$r->phone3\" /></td>";
|
||||
echo ' <td>' . i18n('Phone 4') . ": </td><td><input type=\"text\" name=\"phone4[$id]\" size=\"20\" value=\"$r->phone4\" /></td>";
|
||||
echo ' <td><b>' . i18n('Student Cell') . "</b>: </td><td><input type=\"text\" name=\"phone4[$id]\" size=\"20\" value=\"$r->phone4\" /></td>";
|
||||
echo "</tr>\n";
|
||||
echo '</table>';
|
||||
echo '<br />';
|
||||
|
Loading…
x
Reference in New Issue
Block a user