Skip to content
Snippets Groups Projects
Commit a3114942 authored by Sahab Yazdani's avatar Sahab Yazdani
Browse files

Once you are authorized, you should be authorized forever.

parent 7f018825
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if(!$dept || !$dept->isPublic())
<td colspan="2" width="100%">
<h1>
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()) { ?>
<a class="action-button" href="tickets.php?a=edit&id=<?php
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.
Finish editing this message first!
Please register or to comment