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

Disable the SeparateGrad request type until the approval chain is set up.

parent 9276420b
Branches
Tags
No related merge requests found
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<b>Removal of existing course</b> <b>Removal of existing course</b>
</a> </a>
</li> </li>
<?php if ($this->isUndergrad && $this->isGrad) { ?> <?php /* if ($this->isUndergrad && $this->isGrad) { ?>
<li> <li>
<a href="<?php echo $this->url(array('action' => 'create', <a href="<?php echo $this->url(array('action' => 'create',
'type' => 'SeparateGrad', 'type' => 'SeparateGrad',
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<b>Separate</b> the course into independent <b>Undergraduate</b> and <b>Graduate</b> courses. <b>Separate</b> the course into independent <b>Undergraduate</b> and <b>Graduate</b> courses.
</a> </a>
</li> </li>
<?php } ?> <?php } */ ?>
<?php if ($this->isAdmin) { ?> <?php if ($this->isAdmin) { ?>
<li> <li>
<a href="<?php echo $this->url(array('action' => 'create', <a href="<?php echo $this->url(array('action' => 'create',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment