{style} {literal} .ow_author { width: 25%; } .ow_post_url_icon { background-repeat: no-repeat; background-position: left center; display: inline-block; height: 16px; width: 16px; } a.ow_post_url_icon { text-decoration: none; } .ow_reply_date { margin-bottom: 3px; } {/literal} {/style} {script} {literal} $("#btn-customize-forum").click(function(){ window.location.href='{/literal}{$customizeUrl}{literal}'; }); {/literal} {/script} {if $isModerator}
{decorator name='button' langLabel='base+widgets_customize_btn' id='btn-customize-forum' class='ow_ic_gear_wheel'}
{/if}
{$search}
{foreach from=$sectionGroupList item='section'} {foreach from=$section.groups item=group name='g'} {/foreach} {/foreach}
{$section.sectionName} {text key='forum+topics'} {text key='forum+replies'} {text key='forum+last_reply'}
{$group.name}
{$group.description}
{$group.topicCount} {$group.replyCount} {if !empty($group.lastReply)}
  {format_date timestamp=$group.lastReply.createStamp}
{text key='forum+topic'}: {$group.lastReply.titleTruncated}
{text key='forum+author'}: {user_link username=$userNames[$group.lastReply.userId] name=$displayNames[$group.lastReply.userId]} {/if}