{$item.cdate|date_format:"%Y/%m/%d"}
|
{if $item.type == $smarty.const.MSG_MAIL}
{elseif $item.type == $smarty.const.MSG_WWW}
{elseif $item.type == $smarty.const.MSG_USERPANEL || $item.type == $smarty.const.MSG_USERPANEL_URGENT}
{else}
{/if}
{$item.subject}
|
{$item.destination}
|
{if $item.lastreaddate}{$item.lastreaddate|date_format:"%Y/%m/%d %H:%M"}{else} - {/if}
|
{if $item.status == $smarty.const.MSG_SENT && ($item.type == $smarty.const.MSG_USERPANEL || $item.type == $smarty.const.MSG_USERPANEL_URGENT) && $item.lastdate}{$item.lastdate|date_format:"%Y/%m/%d %H:%M"}{else} - {/if}
|
|
{foreachelse}