Analyzing the example below, paste {$deleteCheckbox} (it will indicate a checkbox to delete/move in each topic's row)

=========================================

<table class="tbTransparent">
<tr>
<td class="tcell tcelllast"><img src="{$main_url}/img/p.gif" style="width:{$fIconWidth}px;height:{$fIconHeight}px" alt="" title="" /></td>
<td class="tbTransparent txtL tcelllast"><img src="{$main_url}/img/t.gif" style="width:12px;height:9px;padding-top:6px" alt="{$l_author}" title="{$l_author}" />&nbsp;{$topicAuthor}&nbsp;&nbsp;<span class="txtSm">{$whenPosted}</span></td>
<td class="tbTransparent txtR tcell tcelllast">{$lastPoster}&nbsp;&nbsp;<span class="txtSm">{$lastPostDate}&nbsp;&nbsp;</span>{$LinkToLastPostInTopic}{$deleteCheckbox}</td>
</tr>
</table>