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

When editing a course request, allow the user to change the effective semester.

parent 4c44fad0
No related branches found
No related tags found
No related merge requests found
......@@ -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 { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment