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