Changeset - 7edfa6530e12
[Not reviewed]
Merge default
0 1 0
ethanzonca - 15 years ago 2010-07-09 17:38:53

Merge
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -250,12 +250,18 @@ else
 

	
 
	</p>
 

	
 
<form method="post" action="process.php" id="scheduleForm">
 

	
 
<table id="jsrows">
 
<!--	<tr>
 
		<td colspan="11">Name this schedule:
 
			<input type="text" class="required" name="postData[name]" />
 
			(For example: Fall <?php echo Date("Y"); ?>)
 
		</td>
 
	</tr>-->
 
<!-- Header -->
 
	<tr>
 
		<td>Class</td>
 
		<td class="center">Letter</td>
 
		<td class="center">Start Time</td>
 
		<td class="center">End Time</td>
 
@@ -290,12 +296,13 @@ else
 

	
 
<ul>
 
	<li>Form validation to ensure endtime is after starttime, at least one day is checked.</li>
 
	<li>Check the saved schedule function. After input my default schedule, the output was the same
 
		as that of the demo. However, when I went back and clicked the "Saved Schedule 0" link, there 
 
		were then 48 possible schedules. It seems that the classes were added twice for some reason.</li>
 
	<li>Attempted to add schedule name field but was unsure of where to send the variable.</li>
 
</ul>
 

	
 
</div>
 

	
 
<div id="footer">
 
	<h5>
0 comments (0 inline, 0 general)