From 9feeadf5b0426aedd73b33cfa1f85bdcc740f34e Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Mon, 24 Aug 2009 21:23:57 +0000
Subject: [PATCH] Changes to the iACE reports to link to both the requset as
 approved as well as the current version of the course.

---
 .../modules/iace/views/scripts/reports/through-date.phtml       | 2 +-
 application/modules/iace/views/scripts/reports/weekly.phtml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/modules/iace/views/scripts/reports/through-date.phtml b/application/modules/iace/views/scripts/reports/through-date.phtml
index d89982e0..82dceca2 100644
--- a/application/modules/iace/views/scripts/reports/through-date.phtml
+++ b/application/modules/iace/views/scripts/reports/through-date.phtml
@@ -11,7 +11,7 @@
         <tr>
             <th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
-            <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as approved)</a></th>
+            <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as certified)</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course (current)</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
         </tr>
diff --git a/application/modules/iace/views/scripts/reports/weekly.phtml b/application/modules/iace/views/scripts/reports/weekly.phtml
index fbc8b9ca..8b5ba836 100644
--- a/application/modules/iace/views/scripts/reports/weekly.phtml
+++ b/application/modules/iace/views/scripts/reports/weekly.phtml
@@ -11,7 +11,7 @@
     	<tr>
             <th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
-            <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as approved)</a></th>
+            <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Request (as certified)</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course (current)</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
             <th><a href="<?php echo $this->url(array('sort' => 'finalizeTime')); ?>">Certified</a></th>
-- 
GitLab