From 4b7cd2f4d1323e465a8fa68ab6b1cc1ea5fef98a Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Fri, 13 Apr 2012 21:57:38 +0000
Subject: [PATCH] Disable the SeparateGrad request type until the approval
 chain is set up.

---
 application/modules/courses/views/scripts/new/found.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/modules/courses/views/scripts/new/found.phtml b/application/modules/courses/views/scripts/new/found.phtml
index b1dd1e4c..c4e62ad3 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',
-- 
GitLab