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.

81 lines
2.2 KiB
Smarty

<!-- IF showTopicTools -->
<div class="btn-group thread-tools bottom-sheet">
10 years ago
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown" type="button">
<span class="visible-sm-inline visible-md-inline visible-lg-inline">[[topic:thread_tools.title]]</span>
<span class="visible-xs-inline"><i class="fa fa-fw fa-gear"></i></span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right">
<li>
<a component="topic/mark-unread-for-all" href="#">
<i class="fa fa-fw fa-inbox"></i> [[topic:thread_tools.markAsUnreadForAll]]
</a>
</li>
<li>
<a component="topic/pin" href="#">
<i class="fa fa-fw fa-thumb-tack"></i> [[topic:thread_tools.pin]]
</a>
</li>
<li>
<a component="topic/unpin" href="#" class="hidden">
<i class="fa fa-fw fa-thumb-tack fa-rotate-90"></i> [[topic:thread_tools.unpin]]
</a>
</li>
<li>
<a component="topic/lock" href="#">
<i class="fa fa-fw fa-lock"></i> [[topic:thread_tools.lock]]
</a>
</li>
<li>
<a component="topic/unlock" href="#" class="hidden">
<i class="fa fa-fw fa-unlock"></i> [[topic:thread_tools.unlock]]
</a>
</li>
10 years ago
<li class="divider"></li>
<li>
<a component="topic/move" href="#">
<i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move]]
</a>
</li>
{{{if template.category}}}
<li>
<a component="topic/move-all" href="#">
<i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move_all]]
</a>
</li>
{{{end}}}
<li>
<a component="topic/merge" href="#">
<i class="fa fa-fw fa-code-fork"></i> [[topic:thread_tools.merge]]
</a>
</li>
10 years ago
<li class="divider"></li>
<li>
<a component="topic/delete" href="#">
<i class="fa fa-fw fa-trash-o"></i> [[topic:thread_tools.delete]]
</a>
</li>
<li>
<a component="topic/restore" href="#" class="hidden">
<i class="fa fa-fw fa-history"></i> [[topic:thread_tools.restore]]
</a>
</li>
<li>
<a component="topic/purge" href="#" class="hidden">
<i class="fa fa-fw fa-eraser"></i> [[topic:thread_tools.purge]]
</a>
</li>
{{{each thread_tools}}}
10 years ago
<li>
<a href="#" class="{thread_tools.class}"><i class="fa fa-fw {thread_tools.icon}"></i> {thread_tools.title}</a>
</li>
{{{end}}}
10 years ago
</ul>
</div>
<!-- ENDIF showTopicTools -->