Skip to content
Snippets Groups Projects
Commit c73d7fd2 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #765 from thegrandpoobah/fixrefreshbutton

parents 7f018825 a3114942
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ if(!$dept || !$dept->isPublic()) ...@@ -14,7 +14,7 @@ if(!$dept || !$dept->isPublic())
<td colspan="2" width="100%"> <td colspan="2" width="100%">
<h1> <h1>
Ticket #<?php echo $ticket->getNumber(); ?> &nbsp; Ticket #<?php echo $ticket->getNumber(); ?> &nbsp;
<a href="view.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><span class="Icon refresh">&nbsp;</span></a> <a href="tickets.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><span class="Icon refresh">&nbsp;</span></a>
<?php if ($cfg->allowClientUpdates()) { ?> <?php if ($cfg->allowClientUpdates()) { ?>
<a class="action-button" href="tickets.php?a=edit&id=<?php <a class="action-button" href="tickets.php?a=edit&id=<?php
echo $ticket->getId(); ?>"><i class="icon-edit"></i> Edit</a> echo $ticket->getId(); ?>"><i class="icon-edit"></i> Edit</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment