{include file="header.tpl.html" extra_title="Mail Queue"} {include file="navigation.tpl.html"} {if $denied == 1}
Sorry, you do not have permission to view this page
{else}
Mail Queue for Issue #{$issue_id}
{section name="i" loop=$data} {cycle values=$cycle assign="row_color"} {include file="expandable_cell/body.tpl.html" ec_id="mailqueue" list_id=$data[i].maq_id colspan="5"} {sectionelse} {/section}
{include file="expandable_cell/buttons.tpl.html" remote_func="getMailQueue" ec_id="mailqueue"} Recipient Queued Date Status Subject
{include file="expandable_cell/buttons.tpl.html" ec_id="mailqueue" list_id=$data[i].maq_id} {$data[i].maq_recipient|escape:"html"} {$data[i].maq_queued_date} {$data[i].maq_status} {$data[i].maq_subject|escape:"html"}
No mail queue could be found.
{/if} {include file="app_info.tpl.html"} {include file="footer.tpl.html"}