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.
21 lines
1.0 KiB
Smarty
21 lines
1.0 KiB
Smarty
<!-- IF privileges.topics:reply -->
|
|
<div class="clearfix quick-reply">
|
|
<div class="icon pull-left hidden-xs">
|
|
<a href="<!-- IF posts.user.userslug -->{config.relative_path}/user/{posts.user.userslug}<!-- ELSE -->#<!-- ENDIF posts.user.userslug -->">
|
|
{buildAvatar(loggedInUser, "46", true, "", "user/picture")}
|
|
<!-- IF loggedInUser.status -->
|
|
<i component="user/status" class="fa fa-circle status {loggedInUser.status}" title="[[global:{loggedInUser.status}]]"></i>
|
|
<!-- ENDIF loggedInUser.status -->
|
|
</a>
|
|
</div>
|
|
<form method="post" action="{config.relative_path}/compose">
|
|
<input type="hidden" name="tid" value="{tid}" />
|
|
<input type="hidden" name="_csrf" value="{config.csrf_token}" />
|
|
<div class="quickreply-message">
|
|
<textarea name="content" component="topic/quickreply/text" class="form-control" rows="5"></textarea>
|
|
</div>
|
|
<button type="submit" component="topic/quickreply/button" class="btn btn-primary pull-right">[[persona:post-quick-reply]]</button>
|
|
</form>
|
|
</div>
|
|
<!-- ENDIF privileges.topics:reply -->
|