{include file="header.html"} {$xajax} {if $warning} {box title="Warning to you"}
{trans("Date:")} | {trans("Status:")} | {trans("Subject:")} | {trans("Read status:")} |
---|---|---|---|
{$items.cdate|date_format:"%Y/%m/%d %H:%M"} | {if $items.type == $smarty.const.MSG_USERPANEL_URGENT}{trans("Urgent")}{else}{trans("Casual")}{/if} | {$items.subject} |
{if $items.type == $smarty.const.MSG_USERPANEL_URGENT || $items.type == $smarty.const.MSG_USERPANEL}
{if $items.status == $smarty.const.MSG_SENT && !$items.lastreaddate}
{trans("Unread")}
{elseif $items.status == $smarty.const.MSG_SENT || $items.status == $smarty.const.MSG_DELIVERED}
{trans("Was read on:")} {$items.lastreaddate|date_format:"%Y/%m/%d %H:%M"} {/if} {/if} |