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
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<fieldset> <fieldset>
<label for="title" class="required">Course Title:</label> <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> <div class="clear"></div>
</fieldset> </fieldset>
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
</fieldset> </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"> <fieldset class="four_column">
<div class="legend">DF Removal:</div> <div class="legend">DF Removal:</div>
<div class="column"> <div class="column">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment