diff --git a/application/modules/courses/views/scripts/new/found.phtml b/application/modules/courses/views/scripts/new/found.phtml index b1dd1e4c9e1eeb8474901aa879d33194097d7474..c4e62ad35a5d7d837e56e1c9f6375c84a283e366 100644 --- a/application/modules/courses/views/scripts/new/found.phtml +++ b/application/modules/courses/views/scripts/new/found.phtml @@ -107,7 +107,7 @@ <b>Removal of existing course</b> </a> </li> - <?php if ($this->isUndergrad && $this->isGrad) { ?> + <?php /* if ($this->isUndergrad && $this->isGrad) { ?> <li> <a href="<?php echo $this->url(array('action' => 'create', 'type' => 'SeparateGrad', @@ -117,7 +117,7 @@ <b>Separate</b> the course into independent <b>Undergraduate</b> and <b>Graduate</b> courses. </a> </li> - <?php } ?> + <?php } */ ?> <?php if ($this->isAdmin) { ?> <li> <a href="<?php echo $this->url(array('action' => 'create',