|
|
|
@ -76,10 +76,12 @@
|
|
|
|
|
<!-- ENDIF posts.favourited -->
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- IF privileges.write -->
|
|
|
|
|
<div class="btn-group">
|
|
|
|
|
<button class="btn btn-sm btn-default quote" type="button" title="[[topic:quote]]"><i class="fa fa-quote-left"></i></button>
|
|
|
|
|
<button class="btn btn-sm btn-primary btn post_reply" type="button">[[topic:reply]] <i class="fa fa-reply"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- ENDIF privileges.write -->
|
|
|
|
|
|
|
|
|
|
<div class="pull-right">
|
|
|
|
|
<div class="btn-group post-tools">
|
|
|
|
@ -151,7 +153,9 @@
|
|
|
|
|
<div class="thread_active_users active-users inline-block"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="topic-main-buttons pull-right inline-block">
|
|
|
|
|
<!-- IF privileges.write -->
|
|
|
|
|
<button class="btn btn-primary post_reply" type="button">[[topic:reply]]</button>
|
|
|
|
|
<!-- ENDIF privileges.write -->
|
|
|
|
|
<div class="btn-group thread-tools hide">
|
|
|
|
|
<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">
|
|
|
|
@ -177,7 +181,9 @@
|
|
|
|
|
<div class="loading-indicator" done="0" style="display:none;">
|
|
|
|
|
<span class="hidden-xs-inline">[[topic:loading_more_posts]]</span> <i class="fa fa-refresh fa-spin"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- IF privileges.write -->
|
|
|
|
|
<button class="btn btn-primary post_reply" type="button">[[topic:reply]]</button>
|
|
|
|
|
<!-- ENDIF privileges.write -->
|
|
|
|
|
<div class="btn-group thread-tools hide">
|
|
|
|
|
<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">
|
|
|
|
|