From 0f7ec7612f0ae1d7c561d4fbc39b3b0e9bc6e436 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Mon, 10 Sep 2007 16:21:39 +0000 Subject: [PATCH] Temporarily removing edit buttons from requests. --- application/views/home.xhtml | 6 +++--- application/views/request/view.xhtml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/views/home.xhtml b/application/views/home.xhtml index b5bded41..c5ad8880 100755 --- a/application/views/home.xhtml +++ b/application/views/home.xhtml @@ -208,11 +208,11 @@ href="/Request/View/<?php echo $request->getPrimaryKey(); ?>"> View </a> - / - <a class="requestLink<?php echo $linkClass; ?>" + <!-- / + < a class="requestLink<?php echo $linkClass; ?>" href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>"> Edit - </a> + </a --> </td> <td> <?php diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml index e298729c..9f9e2c8a 100644 --- a/application/views/request/view.xhtml +++ b/application/views/request/view.xhtml @@ -161,9 +161,9 @@ <a id="nextRequestLink" href="/Request/View/<?php echo $this->nextRequestId; ?>">Next--></a> <?php } ?> <?php } ?> - <div id="editLink"> + <!-- div id="editLink"> <a href="/Request/Load/<?php echo $this->request->getPrimaryKey(); ?>">--Edit--</a> - </div> + </div --> <div class="clear"></div> </div> -- GitLab