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

Supplimental

parent da7904d5
No related branches found
Tags
No related merge requests found
......@@ -15,7 +15,7 @@
<?php if (!in_array($this->request->getType(), array('RemoveCourse', 'AddACEToCourse', 'RemoveACEFromCourse'))) { ?>
<?php if (!in_array($this->request->getType(), array('RemoveCourse', 'AddACEToCourse', 'RemoveACEFromCourse', 'ChangeACE'))) { ?>
<div class="main_section">
......@@ -671,7 +671,7 @@
<?php
if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse'))) {
if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse', 'ChangeACE'))) {
?>
<div class="main_section" id="aceSection">
......@@ -857,7 +857,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<div class="main_section">
<h2>Supportive Material</h2>
<?php if (!in_array($this->request->getType(), array('AddACEToCourse', 'RemoveACEFromCourse'))) { ?>
<?php if (!in_array($this->request->getType(), array('AddACEToCourse', 'RemoveACEFromCourse', 'ChangeACE'))) { ?>
<fieldset>
<label>
<h3 class="required">
......@@ -876,7 +876,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<?php } ?>
<fieldset>
<?php if (in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS', 'NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse'))) { ?>
<?php if (in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS', 'NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse', 'ChangeACE'))) { ?>
<h3 class="required">Syllabus (Required)</h3>
<?php } else { ?>
<h3>Syllabus</h3>
......@@ -917,7 +917,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
</tr>
</table>
<?php if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse'))) { ?>
<?php if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCourse', 'AddACEAndChangeCourse', 'ChangeACE'))) { ?>
<div>
Attach a copy of the representative syllabus that clearly identifies:
<ul>
......@@ -1084,7 +1084,7 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours
<ul>
<li><a href="http://en.wikipedia.org/wiki/Rich_text_format" target="_new">Rich Text Format (.rtf)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Portable_document_format" target="_new">Portable Document Format (.pdf)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Open_document_format" target="_new">OpenDocument Text (.odt)</a><li>
<li><a href="http://en.wikipedia.org/wiki/Open_document_format" target="_new">OpenDocument Text (.odt)</a></li>
<li><a href="http://en.wikipedia.org/wiki/DOC_(computing)" target="_new">MS Word Documents (.doc)</a></li>
<li><a href="http://en.wikipedia.org/wiki/Office_Open_XML" target="_new">Office Open XML (.docx)</a></li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment