{style} {literal} .ow_author { width: 25%; } .ow_reply_info { margin-bottom: 3px; } .ow_forum .ow_lbutton:hover { cursor: default; } {/literal} {/style} {script} {literal} $("#btn-customize-forum").click(function(){ window.location.href='{/literal}{$customizeUrl}{literal}'; }); {/literal} {/script}
{if $singleMode} {add_content key='forum.add_content.list.top' listType='group'} {else} {add_content key='forum.add_content.list.top' listType='forum'} {/if}
{if $isModerator}
{decorator name='button' langLabel='base+widgets_customize_btn' id='btn-customize-forum' class='ow_ic_gear_wheel'}
{/if} {if $singleMode} {$groupCmp} {else}
{$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}
{if $group.isPrivate} {text key='forum+is_private'} {text key='forum+visible_to'}: {foreach from=$group.roles item='r' name='r'}{$r}{if !$smarty.foreach.r.last}, {/if}{/foreach} {/if}
{$group.topicCount} {$group.replyCount} {if !empty($group.lastReply)}
{user_link username=$userNames[$group.lastReply.userId] name=$displayNames[$group.lastReply.userId]} · {format_date timestamp=$group.lastReply.createStamp}
{text key='forum+in'} {$group.lastReply.title} {/if}
{/if}