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

Layout change to edit request page.

parent f1fdb2ab
Branches
No related tags found
No related merge requests found
...@@ -951,7 +951,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours ...@@ -951,7 +951,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<div class="main_section"> <div class="main_section">
<h2>Supportive Material</h2> <h2>Required Materials</h2>
<fieldset> <fieldset>
<?php if (in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS', 'NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse', 'ChangeACE'))) { ?> <?php if (in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS', 'NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse', 'ChangeACE'))) { ?>
<h3 class="required">Syllabus (Required)</h3> <h3 class="required">Syllabus (Required)</h3>
...@@ -1014,7 +1014,10 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours ...@@ -1014,7 +1014,10 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
</div> </div>
<?php } ?> <?php } ?>
</fieldset> </fieldset>
</div>
<div class="main_section">
<h2>Supportive Material</h2>
<fieldset> <fieldset>
<h3>Crosslist Memo (Required if applicable)</h3> <h3>Crosslist Memo (Required if applicable)</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment