Skip to content
Snippets Groups Projects
Commit 0f7ec761 authored by Tim Steiner's avatar Tim Steiner
Browse files

Temporarily removing edit buttons from requests.

parent e9bd4c78
No related branches found
Tags
No related merge requests found
......@@ -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
......
......@@ -161,9 +161,9 @@
<a id="nextRequestLink" href="/Request/View/<?php echo $this->nextRequestId; ?>">Next--&gt;</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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment