Also made tickets cickable in the profile page! now let the DBLayer refactoring begin!
--HG-- branch : quitta-gsoc-2013
This commit is contained in:
parent
f2d8afaea4
commit
5e053f3fc4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
{foreach from=$ticketlist item=ticket}
|
||||
<tr>
|
||||
<td>{$ticket.tId}</td>
|
||||
<td>{$ticket.title}</td>
|
||||
<td><a href ="index.php?page=show_ticket&id={$ticket.tId}">{$ticket.title}</a></td>
|
||||
<td class="center"><i>{$ticket.timestamp}</i></td>
|
||||
<td class="center">{$ticket.category}</td>
|
||||
|
||||
|
|
Loading…
Reference in a new issue