{style}{literal} .ow_board_entity_board .image { width: 100px; margin-right: -100px; } .ow_board_entity_board .image img { width: 100px; } .ow_board_entity_board .details { padding-left: 5px; position: relative; overflow-x: hidden; } .ow_board_entity_board .details .controls { position: absolute; right: 0; top: 0; } {/literal}{/style} {script} {literal} $(".btn_add_topic").click(function(){ window.location.href='{/literal}{$addTopicUrl}{literal}'; }); {/literal} {/script} {block_decorator name="box" type="empty"}
{if $topicList} {foreach from=$topicList item=topic} {/foreach} {else} {/if}
{text key='board+topic'} {text key='board+replies'} {text key='board+views'} {text key='board+last_reply'}
{if $topic.new}{text key='board+new'}{/if} {if $topic.locked}{text key='board+locked'}{/if} {if $topic.sticky}{text key='board+sticky'}{/if} {if isset($attachments[$topic.id])}   {/if} {$topic.title} {if $topic.replyCount}{$topic.replyCount}{else}-{/if} {$topic.viewCount} {text key='board+last_reply'} {text key='board+by'} {user_link username=$usernames[$topic.lastPost.userId] name=$displayNames[$topic.lastPost.userId]} {$topic.lastPost.createStamp}
{text key='board+no_topic'}
{/block_decorator}