{style}{literal} .ow_forum_entity_forum .image { width: 100px; margin-right: -100px; } .ow_forum_entity_forum .image img { width: 100px; } .ow_forum_entity_forum .details { padding-left: 5px; position: relative; overflow-x: hidden; } .ow_forum_entity_forum .details .controls { position: absolute; right: 0; top: 0; } .ow_forum_attachment_icon { background-repeat: no-repeat; cursor: pointer; display: inline-block; height: 17px; width: 14px; } {/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='forum+topic'}{text key='forum+replies'} {text key='forum+views'}{text key='forum+last_reply'}
{if $topic.new}{text key='forum+new'}{/if} {if $topic.locked}{text key='forum+locked'}{/if} {if $topic.sticky}{text key='forum+sticky'}{/if} {if isset($attachments[$topic.id])}   {/if} {$topic.title}{if $topic.replyCount}{$topic.replyCount}{else}-{/if} {$topic.viewCount} {text key='forum+last_reply'} {text key='forum+by'} {user_link username=$usernames[$topic.lastPost.userId] name=$displayNames[$topic.lastPost.userId]} {$topic.lastPost.createStamp}
{text key='forum+no_topic'}
{/block_decorator}