You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.7 KiB
Smarty
31 lines
1.7 KiB
Smarty
|
|
|
|
<!-- IF privileges.view_thread_tools -->
|
|
<div class="btn-group thread-tools dropup">
|
|
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown" type="button">[[topic:thread_tools.title]] <span class="caret"></span></button>
|
|
<ul class="dropdown-menu pull-right">
|
|
<!-- IF privileges.editable -->
|
|
<li><a href="#" class="markAsUnreadForAll"><i class="fa fa-fw fa-inbox"></i> [[topic:thread_tools.markAsUnreadForAll]]</a></li>
|
|
<li><a href="#" class="pin_thread"><i class="fa fa-fw fa-thumb-tack"></i> [[topic:thread_tools.pin]]</a></li>
|
|
<li><a href="#" class="lock_thread"><i class="fa fa-fw fa-lock"></i> [[topic:thread_tools.lock]]</a></li>
|
|
<li class="divider"></li>
|
|
<li><a href="#" class="move_thread"><i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move]]</a></li>
|
|
<li><a href="#" class="fork_thread"><i class="fa fa-fw fa-code-fork"></i> [[topic:thread_tools.fork]]</a></li>
|
|
<li class="divider"></li>
|
|
<!-- ENDIF privileges.editable -->
|
|
|
|
<!-- IF privileges.deletable -->
|
|
<li><a href="#" class="delete_thread"><span class="text-error"><i class="fa fa-fw fa-trash-o"></i> [[topic:thread_tools.delete]]</span></a></li>
|
|
<li><a href="#" class="purge_thread <!-- IF !deleted -->hidden<!-- ENDIF !deleted -->"><span class="text-error"><i class="fa fa-fw fa-eraser"></i> [[topic:thread_tools.purge]]</span></a></li>
|
|
<!-- ENDIF privileges.deletable -->
|
|
|
|
<!-- IF privileges.editable -->
|
|
<!-- BEGIN thread_tools -->
|
|
<li>
|
|
<a href="#" class="{thread_tools.class}"><i class="fa fa-fw {thread_tools.icon}"></i> {thread_tools.title}</a>
|
|
</li>
|
|
<!-- END thread_tools -->
|
|
<!-- ENDIF privileges.editable -->
|
|
</ul>
|
|
</div>
|
|
<!-- ENDIF privileges.view_thread_tools --> |