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

--HG--
branch : quitta-gsoc-2013
hg/feature/sse2
Quitta 12 years ago
parent f2d8afaea4
commit 5e053f3fc4

@ -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…
Cancel
Save