{title help="forums" admpage="forums"}{$forum_info.name}{/title}

{tr}Queued messages{/tr} {$cant} {icon name="refresh" href="tiki-forum_queue.php?forumId=$forumId" class="btn btn-link tips" title=":{tr}Refresh list{/tr}"}

{if $smarty.request.qId and $form eq 'y'}
{tr}Edit queued message{/tr}
{if $msg_info.parentId > 0}
{else}
{/if} {if $msg_info.parentId eq 0 and $forum_info.topic_summary eq 'y'}
{/if} {if $msg_info.parentId eq 0}
{if $forum_info.topic_smileys eq 'y'} {/if}
{/if}
{textarea rows="6" cols="60" class="form-control" name="data"}{$msg_info.data}{/textarea}
{/if} {* FILTERING FORM *} {if $items or ($find ne '')}
{/if} {*END OF FILTERING FORM *} {*LISTING*}
{if $items}{/if} {section name=ix loop=$items} {sectionelse} {norecords _colspan=2 _text="{tr}No messages queued yet{/tr}"} {/section}
 {tr}Message{/tr}
{if $items[ix].parentId > 0} [{tr}Topic:{/tr} {$items[ix].topic_title|escape}] {else} [{tr}New Topic{/tr}] {/if} {if !empty($items[ix].title)}{$items[ix].title|escape}{else}{tr}Untitled{/tr}{/if} by {$items[ix].user|username} on {$items[ix].timestamp|tiki_short_datetime}
{if $items[ix].parentId eq 0 and $forum_info.topic_summary eq 'y'} {if strlen($items[ix].summary) > 0} {$items[ix].summary|escape}
{else} {tr}no summary{/tr} {/if} {/if}
{$items[ix].parsed} {if count($items[ix].attachments) > 0}
{section name=iz loop=$items[ix].attachments} {icon name='attach' alt="{tr}Attachment{/tr}"} {$items[ix].attachments[iz].filename} ({$items[ix].attachments[iz].filesize|kbsize}) {icon name='remove' alt="{tr}Remove{/tr}"}
{/section} {/if}
{if $items}
{tr}Perform action with checked:{/tr} {/if}
{* END OF LISTING *} {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}