From 324fc23f04830cd362b38978bccab02e94c9033f Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 6 Sep 2007 20:59:27 +0000
Subject: [PATCH] Edit link on view page

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

diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml
index a3d2a1a8..e298729c 100644
--- a/application/views/request/view.xhtml
+++ b/application/views/request/view.xhtml
@@ -161,6 +161,9 @@
     <a id="nextRequestLink" href="/Request/View/<?php echo $this->nextRequestId; ?>">Next--&gt;</a>
     <?php } ?>
     <?php } ?>
+    <div id="editLink">
+        <a href="/Request/Load/<?php echo $this->request->getPrimaryKey(); ?>">--Edit--</a>
+    </div>
 
     <div class="clear"></div>
 </div>
-- 
GitLab