Changeset - 96d8403d290f
[Not reviewed]
default
0 2 0
nathang - 15 years ago 2010-10-25 18:19:49
ngelderloos7@gmail.com
Changed default schedule name and only display one empty class when creating a schedule.
2 files changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -85,7 +85,7 @@ 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]"
 
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="Spring 2011" name="postData[name]"
 
<?php if ($sch) echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"'; /*"*/ ?>
 
/>
 

	
scripts/scheduleInput.js
Show inline comments
 
@@ -331,6 +331,4 @@ jQuery(document).ready(function() {
 
		jQuery('#showadvanced').hide();
 
		jQuery('.advanced').slideToggle();
 
	});
 

	
 
        add_class(); 
 
});
0 comments (0 inline, 0 general)