Skip to content
Snippets Groups Projects
Commit 9feeadf5 authored by Tim Steiner's avatar Tim Steiner
Browse files

Changes to the iACE reports to link to both the requset as approved as well as...

Changes to the iACE reports to link to both the requset as approved as well as the current version of the course.
parent 351b2dac
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<tr> <tr>
<th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th> <th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th> <th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as approved)</a></th> <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as certified)</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course (current)</a></th> <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course (current)</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th> <th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
</tr> </tr>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<tr> <tr>
<th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th> <th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th> <th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as approved)</a></th> <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as certified)</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course (current)</a></th> <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course (current)</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th> <th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'finalizeTime')); ?>">Certified</a></th> <th><a href="<?php echo $this->url(array('sort' => 'finalizeTime')); ?>">Certified</a></th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment