{include file="header.html"}
![]() |
{t}Subject:{/t} | {$message.subject} | |
![]() |
{t}User:{/t} | {if $message.userid} {$message.name} {else}LMS{/if} | |
![]() |
{t}Creation date:{/t} | {$message.cdate|date_format:"%Y/%m/%d %H:%m"} | |
![]() |
{t}Sender:{/t} | {$message.sender|escape:"html"} | |
![]() |
{t}Message body:{/t} |
|
|
{t}Cancel{/t} ![]() |
{t}Customer:{/t} {if $listdata.order eq "customer"} |
{t}Destination:{/t} {if $listdata.order eq "destination"} |
{t}Status:{/t} ({t}Error message{/t}) {if $listdata.order eq "status"} |
{t 0=$listdata.total}Total: $0{/t} |
{include file="scroller.html" loop=$itemlist scrollerno=1} | |||
{$item.customer|truncate:45:"...":true} ({$item.customerid|string_format:"%04d"}) | {$item.destination|escape} | {if $item.status == $smarty.const.MSG_SENT} {t}sent{/t} {elseif $item.status == $smarty.const.MSG_ERROR} {t}errornous{/t}{if $item.error} ({$item.error|escape}){/if} {else} {t}waiting{/t} {/if} | |
{t}No such recipients in database.{/t}
|
|||
{include file="scroller.html" loop=$itemlist scrollerno=2} | |||
{t 0=$listdata.total}Total: $0{/t} |