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

Remove the ACE and IS options when starting a new request for an 800 level course.

parent adaa24a4
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
Request a <b>new course</b>
</a>
</li>
<?php if ($this->courseNumber < 800) { ?>
<li>
<a href="<?php echo $this->url(array('action' => 'create',
'type' => 'NewCourseWithIS',
......@@ -36,6 +37,7 @@
Request a <b>new course</b> with <b>ACE certification</b>
</a>
</li>
<?php } ?>
<li>
<a href="/Request/Search">
Return to Search
......
......@@ -30,6 +30,7 @@
<b>Change</b> existing course
</a>
</li>
<?php if ($this->courseNumber < 800) { ?>
<?php /* <li>
<a href="<?php echo $this->url(array('action' => 'create',
'type' => 'AddISToCourse',
......@@ -96,6 +97,7 @@
</a>
</li>
<?php } ?>
<?php } ?>
<li>
<a href="<?php echo $this->url(array('action' => 'create',
'type' => 'RemoveCourse',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment