Files
Froxlor/templates/admin/ticket/tickets_tickets_list.tpl
Michael Kaufmann (d00p) 9907afe630 ininitial froxlor commit;
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00

12 lines
478 B
Smarty

<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
<td class="maintitle"><b><img src="images/title.gif" alt="" />&nbsp;&nbsp;{$lastchange}&nbsp;{$lng['ticket']['by']}&nbsp;{$by}</b></td>
</tr>
<tr>
<td class="main_field_display">{$subject}</td>
</tr>
<tr>
<td class="main_field_name">{$message}</td>
</tr>
</table>