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

Text change.

parent e32cfe92
No related branches found
No related tags found
No related merge requests found
......@@ -42,23 +42,23 @@
<?php if (!$this->isAce) { ?>
<li>
<a href="<?php echo $this->url(array('action' => 'create',
'type' => 'AddACEAndChangeCourse',
'type' => 'AddACEToCourse',
'subject' => $this->subject,
'courseNumber' => $this->courseNumber,
'courseLetter' => $this->courseLetter)); ?>">
Request <b>change</b> to an existing course and <b>ACE Certification</b>
Request <b>ACE Certification</b> <em>only</em> for this course
</a>
</li>
<li>
<a href="<?php echo $this->url(array('action' => 'create',
'type' => 'AddACEToCourse',
'type' => 'AddACEAndChangeCourse',
'subject' => $this->subject,
'courseNumber' => $this->courseNumber,
'courseLetter' => $this->courseLetter)); ?>">
Request <b>ACE Certification</b> <em>only</em> for this course
Request <b>change</b> to an existing course and <b>ACE Certification</b>
</a>
</li>
<?php } else if (!$this->isAce) { ?>
<?php } else if ($this->isAce) { ?>
<li>
<a href="<?php echo $this->url(array('action' => 'create',
'type' => 'RemoveACEFromCourse',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment