Added title-tags to buttons, fixes 1328

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-20 19:14:24 +01:00
parent 7af7842fe9
commit 7969edf1b4
35 changed files with 139 additions and 139 deletions

View File

@@ -5,8 +5,8 @@
<td>{$ticket['lastreplier']}</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/view.png" alt="{$lng['ticket']['show']}"/>
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'view', 'id' => $ticket['id']))}">
<img src="templates/{$theme}/assets/img/icons/view.png" alt="{$lng['ticket']['show']}" title="{$lng['ticket']['show']}" class="tipper"/>
</a>
</td>
</tr>