From 5a346589e336b783ec84e225c7184e63f61c9f12 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 10 Feb 2010 19:56:56 +0000 Subject: [PATCH] Supplimental --- .../modules/courses/views/scripts/edit/index.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index 7b56657d..502491d2 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> -- GitLab