From a919d818d49843cedd9b1733ca9f47ad5f520bd1 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 4 Oct 2007 17:29:06 +0000
Subject: [PATCH] Remove ability of submitter to edit after submission.

---
 application/views/home.xhtml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/application/views/home.xhtml b/application/views/home.xhtml
index 7b333e97..c8256357 100755
--- a/application/views/home.xhtml
+++ b/application/views/home.xhtml
@@ -118,8 +118,10 @@
                     ?>                </td>
                 <td>
                     <a href="/Request/View/<?php echo $request->getPrimaryKey(); ?>">View</a>
-                    /
-                    <a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>                </td>
+                    <!-- /
+                    <a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>
+                    -->
+                </td>
                 <td>
                     <?php
                     $lastViewTime = RequestViewTimes::getInstance()->getViewTimeForUserAndRequest($this->user, $request);
-- 
GitLab