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.
27 lines
1.1 KiB
Smarty
27 lines
1.1 KiB
Smarty
<div component="topic/reply/container" class="btn-group action-bar <!-- IF !privileges.topics:reply -->hidden<!-- ENDIF !privileges.topics:reply -->">
|
|
<button class="btn btn-primary" component="topic/reply">[[topic:reply]]</button>
|
|
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">
|
|
<span class="caret"></span>
|
|
</button>
|
|
<ul class="dropdown-menu pull-right" role="menu">
|
|
<li><a href="#" component="topic/reply-as-topic">[[topic:reply-as-topic]]</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- IF loggedIn -->
|
|
<!-- IF !privileges.topics:reply -->
|
|
<!-- IF locked -->
|
|
<a component="topic/reply/locked" class="btn btn-primary" disabled><i class="fa fa-lock"></i> [[topic:locked]]</a>
|
|
<!-- ENDIF locked -->
|
|
<!-- ENDIF !privileges.topics:reply -->
|
|
|
|
<!-- IF !locked -->
|
|
<a component="topic/reply/locked" class="btn btn-primary hidden" disabled><i class="fa fa-lock"></i> [[topic:locked]]</a>
|
|
<!-- ENDIF !locked -->
|
|
|
|
<!-- ELSE -->
|
|
|
|
<!-- IF !privileges.topics:reply -->
|
|
<a component="topic/reply/guest" href="{config.relative_path}/login" class="btn btn-primary">[[topic:guest-login-reply]]</a>
|
|
<!-- ENDIF !privileges.topics:reply -->
|
|
<!-- ENDIF loggedIn --> |