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
Branches
Tags
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