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

--HG--
branch : quitta-gsoc-2013
This commit is contained in:
Quitta 2013-07-10 10:13:53 +02:00
parent f2d8afaea4
commit 5e053f3fc4

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>