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

Hide D/F Removal on NewCourseWithACE requsets as well as other NewCourse types.

parent c6a0af2f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
<fieldset>
<label for="title" class="required">Course Title:</label>
<input type="text" id="courseTitle" name="title" value="<?php echo htmlentities($this->course->getTitle(), ENT_COMPAT, 'UTF-8'); ?>" />
<input type="text" id="courseTitle" name="title" value="<?php echo $this->course->getTitle(); ?>" />
<div class="clear"></div>
</fieldset>
......@@ -344,7 +344,7 @@
</fieldset>
<?php if (!in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS'))) { ?>
<?php if (!in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS', 'NewCourseWithACE'))) { ?>
<fieldset class="four_column">
<div class="legend">DF Removal:</div>
<div class="column">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment