From eb2a4da2cc660b0415f58d0e2f2a969a667cb392 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 10 Sep 2008 16:13:11 +0000 Subject: [PATCH] Text updates --- .../modules/courses/views/scripts/edit/index.phtml | 9 ++++++++- .../modules/courses/views/scripts/new/create.phtml | 2 +- .../modules/courses/views/scripts/new/found.phtml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/application/modules/courses/views/scripts/edit/index.phtml b/application/modules/courses/views/scripts/edit/index.phtml index c7081d9f..dc1dcdb5 100644 --- a/application/modules/courses/views/scripts/edit/index.phtml +++ b/application/modules/courses/views/scripts/edit/index.phtml @@ -824,7 +824,14 @@ if (in_array($this->request->getType(), array('NewCourseWithACE', 'AddACEToCours <?php if (!in_array($this->request->getType(), array('AddACEToCourse', 'RemoveACEFromCourse'))) { ?> <fieldset> <label> - <h3 class="required">Justification</h3> + <h3 class="required"> + Justification + <?php if ($this->request->getType() == 'NewCourseWithACE') { ?> + for new course + <?php } else if ($this->request->getType() == 'AddACEAndChangeCourse') { ?> + for change to an existing course + <?php } ?> + </h3> <textarea name="request[justification]" class="mceEditor"><?php echo $this->request->getJustification(); ?></textarea> </label> </fieldset> diff --git a/application/modules/courses/views/scripts/new/create.phtml b/application/modules/courses/views/scripts/new/create.phtml index a39545fc..aaaef49d 100644 --- a/application/modules/courses/views/scripts/new/create.phtml +++ b/application/modules/courses/views/scripts/new/create.phtml @@ -37,7 +37,7 @@ 'subject' => $this->subject, 'courseNumber' => $this->courseNumber, 'courseLetter' => $this->courseLetter)); ?>"> - Request a <b>new course</b> with <b>ACE certification</b> (UCC Action won't be taken until Sept. 10, 2008) + Request a <b>new course</b> with <b>ACE certification</b> </a> </li> <li> diff --git a/application/modules/courses/views/scripts/new/found.phtml b/application/modules/courses/views/scripts/new/found.phtml index f44bc3f4..56ace067 100644 --- a/application/modules/courses/views/scripts/new/found.phtml +++ b/application/modules/courses/views/scripts/new/found.phtml @@ -51,7 +51,7 @@ 'subject' => $this->subject, 'courseNumber' => $this->courseNumber, 'courseLetter' => $this->courseLetter)); ?>"> - Request <b>change</b> to an existing course and <b>ACE Certification</b> (UCC Action won't be taken until Sept. 10, 2008) + Request <b>change</b> to an existing course and <b>ACE Certification</b> </a> </li> <li> -- GitLab