Also made tickets cickable in the profile page! now let the DBLayer refactoring begin!

This commit is contained in:
Quitta 2013-07-10 10:13:53 +02:00
parent 0da0cf9da8
commit 9ff6af3f88

View file

@ -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>