{* $Id$ *}
{*the card-header class cut off dropdowns so need media-overflow-visible class in BS3. Also true for card-header in BS4? *} {if $prefs.feature_comments_locking neq 'y' or ( $comment.locked neq 'y' and $thread_is_locked neq 'y' )} {assign var='this_is_locked' value='n'} {else} {assign var='this_is_locked' value='y'} {/if} {if $thread_style != 'commentStyle_headers' and $this_is_locked eq 'n' and isset($comment.threadId) and $comment.threadId > 0}
{actions} {strip} {if $comment.threadId eq $comments_parentId} {* Only on the main forum topic *}
{monitor_link type="forum post" object=$comments_parentId class='tips' linktext="{tr}Notification{/tr}"}
{/if} {if $tiki_p_admin_forum eq 'y' || ( $comment.userName == $user && $tiki_p_forum_edit_own_posts eq 'y' )} {icon name="edit" _menu_text='y' _menu_icon='y' alt="{tr}Edit{/tr}"} {/if} {if $tiki_p_admin_forum eq 'y'} {icon name='remove' _menu_text='y' _menu_icon='y' alt="{tr}Delete post{/tr}"} {/if} {if $tiki_p_forums_report eq 'y'} {self_link report=$comment.threadId _icon_name='error' _menu_text='y' _menu_icon='y'} {tr}Report this post{/tr} {/self_link} {/if} {if $user and $prefs.feature_notepad eq 'y' and $tiki_p_notepad eq 'y' and $forumId} {self_link savenotepad=$comment.threadId _icon_name='floppy' _menu_text='y' _menu_icon='y'} {tr}Save to notepad{/tr} {/self_link} {/if} {if $user and $prefs.feature_user_watches eq 'y' and $display eq ''} {if $first eq 'y'} {if $user_watching_topic eq 'n'} {self_link watch_event='forum_post_thread' watch_object=$comments_parentId watch_action='add' _menu_text='y' _menu_icon='y' _icon_name='watch'} {tr}Monitor{/tr} {/self_link} {else} {self_link watch_event='forum_post_thread' watch_object=$comments_parentId watch_action='remove' _menu_text='y' _menu_icon='y' _icon_name='stop-watching'} {tr}Stop monitoring{/tr} {/self_link} {/if} {if $prefs.feature_group_watches eq 'y' and ( $tiki_p_admin_users eq 'y' or $tiki_p_admin eq 'y' )} {icon name="watch-group" _menu_text='y' _menu_icon='y' alt="{tr}Group monitor{/tr}"} {/if} {/if} {/if} {/strip} {/actions} {if $category_watched eq 'y'}
{tr}Watched by categories:{/tr} {section name=i loop=$watching_categories} {$watching_categories[i].name|escape}  {/section}
{/if}
{/if} {if !isset($first) or $first neq 'y'}
{if $tiki_p_admin_forum eq 'y' and isset($comment.threadId) and $comment.threadId > 0} {/if}
{/if} {if $comment.title neq '' && $comment.title neq 'Untitled' && (!isset($page) or $comment.title neq $page)} {if isset($first) and $first eq 'y'}

{$comment.title|escape} {if ($prefs.feature_sefurl eq 'y') } {icon name="link"} {else} {icon name="link"} {/if}

{/if} {/if} {if $thread_style eq 'commentStyle_headers'} {include file='comment-footer.tpl' comment=$comments_coms[rep]} {/if}