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

Add some extra info to the view request screen

parent 0ba767ea
No related branches found
No related tags found
No related merge requests found
......@@ -113,14 +113,18 @@
<table id="otherInfo">
<caption>Other Information</caption>
<?php if (in_array($this->request->getType(), array('ChangeCourse', 'AddISToCourse', 'AddACEAndChangeCourse'))) { ?>
<tr>
<th>DF Removal</th>
<td><?php echo $course->getDfRemoval(); ?></td>
</tr>
<?php } ?>
<?php if (!in_array($this->request->getType(), array('RemoveCourse', 'AddACEToCourse', 'RemoveACEFromCourse'))) { ?>
<tr>
<th>Grading Type</th>
<td><?php echo $course->getGradingType(); ?></td>
</tr>
<?php } ?>
<tr>
<th>Effective Term</th>
<td><?php echo $course->getEffectiveSemester(); ?></td>
......
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