Also made tickets cickable in the profile page! now let the DBLayer refactoring begin!
This commit is contained in:
parent
0fa7687511
commit
c27940ea09
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
{foreach from=$ticketlist item=ticket}
|
{foreach from=$ticketlist item=ticket}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$ticket.tId}</td>
|
<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"><i>{$ticket.timestamp}</i></td>
|
||||||
<td class="center">{$ticket.category}</td>
|
<td class="center">{$ticket.category}</td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue