From 80b9b939ace87d79f57d9ce49adbbd72df4ea1eb Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 20 Sep 2007 22:20:19 +0000
Subject: [PATCH] Add course type heading to View Request page.

---
 application/views/request/view.xhtml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml
index 958d5c50..e545fa2d 100644
--- a/application/views/request/view.xhtml
+++ b/application/views/request/view.xhtml
@@ -1,4 +1,5 @@
 <div id="viewRequest">
+    <h2><?php echo $this->request->type->name; ?></h2>
     <?php
         $proposedGeneration = $this->proposedGeneration;
         if ($this->currentGeneration) {
@@ -24,9 +25,6 @@
     <?php
         } else {
 /*****************************NEW COURSE***************************************/
-    ?>
-    <h2>Bulletin Entry</h2>
-    <?php
             echo $this->bulletinEntry($proposedGeneration);
         }
 /*****************************COMMON STUFF*************************************/
-- 
GitLab