Ticket: {$ticket.subject}

{$ticket.text}
Created by {$ticket.author} {format_date timestamp=$ticket.created}
Last updated {format_date timestamp=$ticket.updated}
{foreach from=$messages item="message"}
{$message.text}
Posted by {$message.author} {format_date timestamp=$message.created}
{/foreach}
{form name="supportcenter_form_ticket_reply"} {block_decorator name='box' iconClass='ow_ic_write' label="Reply" addClass='ow_stdmargin'} {input name="text" class="ow_smallmargin"} {error name="text"}
{submit name="submit" class='ow_positive'}
{/block_decorator} {/form}
{if $ticket.requested_deletion == "0"} Request deletion {else} Deletion requested. Cancel {/if}


Back