diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index 0a3a00d475abf1351b94cf5e40647846ef866804..d3c2b895f49cba256df205d780b2ad7ef04c91c7 100644 --- a/application/modules/courses/views/scripts/edit/index.phtml +++ b/application/modules/courses/views/scripts/edit/index.phtml @@ -1099,16 +1099,16 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours <thead> <tr> <th>Year</th> - <th>Fall</th> <th>Spring</th> <th>Summer</th> + <th>Fall</th> <tr> </thead> <tbody> <?php for($year = 2009; $year <= date('Y', time()); $year++) { ?> <tr> - <td><?php echo $year . '-' . ($year+1); ?></td> - <?php foreach (array(8, 1, 5) as $season) { ?> + <td><?php echo $year; ?></td> + <?php foreach (array(1, 5, 8) as $season) { ?> <?php $termCode = 1 . substr($year, -2) . $season; ?> <td> <?php echo $this->formCheckbox(