diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index 7b56657d12f5f21ba73e89714dc13ff47203bd28..502491d2cbabf2192b85dd41ce5ccb09750faa3a 100644 --- a/application/modules/courses/views/scripts/edit/index.phtml +++ b/application/modules/courses/views/scripts/edit/index.phtml @@ -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>