Ticket Center: Link usernames with their user panel, fixes #1044

Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
This commit is contained in:
Arnold Bechtoldt
2012-08-22 11:55:13 +02:00
parent 7ba4e6e066
commit 7d0ae7ebd2
3 changed files with 20 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<td>{$ticket['ticket_answers']}</td>
<td>{$ticket['subject']}</td>
<td>{$ticket['lastreplier']}</td>
<td><span class="ticket_{$ticket['display']}">{$ticket['priority']}</span></td>
<td>{$ticket['priority']}</td>
<td>
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'view', 'id' => $ticket['id']))}" style="text-decoration:none;">
<img src="templates/{$theme}/assets/img/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>

View File

@@ -1,3 +1,3 @@
<tr>
<td class="field_name_border_left" colspan="10"><strong>{$customer}</strong></td>
<td class="field_name_border_left" colspan="10"><strong>{$customer} (<a href="{$linker->getLink(array('section' => 'customers', 'page' => 'customers', 'action' => 'su', 'id' => $customerid))}" rel="external">{$customerloginname}</a>)</strong></td>
</tr>