From eeea3c8b230e74ffbba8b89d0c95b0ba17d7192f Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Mon, 30 Mar 2009 16:41:30 +0000
Subject: [PATCH] When editing a course request, allow the user to change the
 effective semester.

---
 application/modules/courses/views/scripts/view/index.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/modules/courses/views/scripts/view/index.phtml b/application/modules/courses/views/scripts/view/index.phtml
index cfe7ceba..819af851 100644
--- a/application/modules/courses/views/scripts/view/index.phtml
+++ b/application/modules/courses/views/scripts/view/index.phtml
@@ -84,7 +84,6 @@ $this->layout()->tagline = $tagline . ': ' . $this->course->getCourseCode() . '
 
     <?php if ($this->preview) { ?>
     <form method="post" action="<?php echo $this->baseUrl(); ?>/courses/edit/submit.post">
-        <?php if ($this->initialRequest) { ?>
         <fieldset>
             <label>
                 Effective no sooner than:
@@ -98,6 +97,7 @@ $this->layout()->tagline = $tagline . ': ' . $this->course->getCourseCode() . '
                 ?>
             </label>
         </fieldset>
+        <?php if ($this->initialRequest) { ?>
         <?php if ($this->isRequestValid) { ?>
         <input id="submit_request" type="submit" name="submitType" value="Submit" />
         <?php } else { ?>
-- 
GitLab