Skip to content

Commit

Permalink
Add link to help topic associated FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchulg committed Mar 14, 2013
1 parent cdd433f commit dbeb471
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/staff/ticket-view.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,10 @@
<td width="50%">
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
<th width="100">Help Topic:</th>
<td><?php echo Format::htmlchars($ticket->getHelpTopic()); ?></td>
<th width="100">Help Topic:</th>
<td>
<a href="/scp/kb.php?a=search&q=&cid=&topicId=<?php echo $ticket->getTopicId()?>">
<?php echo Format::htmlchars($ticket->getTopic()->getName()); ?></a></td>
</tr>
<tr>
<th nowrap>Last Message:</th>
Expand Down

0 comments on commit dbeb471

Please sign in to comment.