@@ -91,25 +91,25 @@ if (!empty($_REQUEST['selectschool'])
<form method="post" action="process.php" id="scheduleForm">
<br />
<label>Schedule Name</label><br />
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="(e.g., Spring <?php echo Date('Y'); ?>)" name="postData[name]"
<?php if ($sch) echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"'; /*"*/ ?>
/>
<table id="container">
<tr><td>
<table id="jsrows">
<!-- Header -->
<tr>
<td>Class</td>
<td>Class ID</td>
<td class="center" id="letterNumber">Section</td>
<td class="center">Start Time</td>
<td class="center">End Time</td>
<td class="center">M</td>
<td class="center">Tu</td>
<td class="center">W</td>
<td class="center">Th</td>
<td class="center">F</td>
<td class="center"></td>
</tr>
</table>
Status change: