{style} {literal} .ow_forum_matching_posts { padding: 5px; } .ow_forum_search_result .ow_highbox { padding: 0 3px; } #forum_manage_buttons .ow_forum_breadcrumb_wrapper .ow_box_empty {margin:0} {/literal} {/style}
{$breadcrumb}
{block_decorator name='button' langLabel="forum+advanced_search" class="ow_ic_lens ow_forum_advanced_search"} {/block_decorator} {block_decorator name='button' langLabel="forum+back_forum" class="ow_ic_left_arrow ow_forum_back"} {/block_decorator}
{if !empty($token) || !empty($userToken)} {if isset($componentForumCaption)}
{$componentForumCaption}
{/if}
{if isset($paging)}{$paging}{/if}
{$search}
{if $topics} {if !empty($token)}{$sort}{/if}
{foreach from=$topics item='topic'} {capture assign='label'}{$topic.title}{/capture} {block_decorator name='box' type='empty' addClass='ow_stdmargin' label=$label iconClass='ow_ic_forum'}
{text key='forum+topic_location'} {$topic.sectionName} » `$topic.groupId`]"}">{$topic.groupName}
{if !empty($topic.posts)} {foreach from=$topic.posts item='post'} {capture assign='info_string'} {$avatars[$post.userId].title} {$post.createStamp} {/capture} {capture assign='content'}
{$post.text} {text key='base+more'}
{/capture} {decorator name='ipc' addClass='ow_smallmargin' avatar=$avatars[$post.userId] content=$content infoString=$info_string} {/foreach} {/if}
{/block_decorator} {/foreach}
{if isset($paging)}{$paging}{/if} {else}
{text key='forum+no_posts_found'}
{/if} {/if} {script} $("#forum_manage_buttons .ow_forum_advanced_search").bind("click", function(e){ location.href="{url_for_route for="forum_advanced_search"}"; }); $("#forum_manage_buttons .ow_forum_back").bind("click", function(e){ location.href="{$backUrl}"; }); {/script}